9.8.3 Get

template <class TT> TT Get(std::string name, std::string instance="") const

Returns the setting (either the value, or default if the value is not set) of the parameter with the given name and instance. The parameter must be of type TT, and must have either have a value or default set. If the parameter cannot be found a warning is issued and a default constructed TT is returned.