ConfigIterator.fill

Fills the properties of the given category into an instance representing that category.

struct ConfigIterator(T, Source = ConfigParser)
void
fill

Parameters

name cstring

category whose properties are to be filled (this name will be prefixed with the root string and a period to form an actual section name of the parsed configuration)

instance T

instance into which to fill the properties

Meta