24 T&
get(
const std::string& name) {
26 return std::any_cast<T&>(res.first->second);
Base class for central settings class.
T & get(const std::string &name)
Get settings data of type T from the identifier name. Constructs the data object if it does not exist...
std::map< std::string, std::any > mSettings
Maps identifier to any object holding the actual settings data.