properd

Create a convertor container with data source being properd document.

  1. auto properd(string[string] value)
  2. auto properd()
  3. auto properd(string pathOrData, bool returnEmpty)
    properd
    (
    string pathOrData
    ,
    bool returnEmpty = true
    )

Parameters

pathOrData string

path to a properd file or properd data itself

returnEmpty bool

wheter to return or not a locator with empty data source

Return Value

Type: auto

properdConvertorContainer

Meta