Declaration of the MapOfStrings typedef for declaring a map of strings keyed by another string. More...
Go to the source code of this file.
Typedefs | |
using | MapOfStrings = std::map< std::string, StringList > |
Alias to make it easier to deal with a map of strings key by a string. | |
Declaration of the MapOfStrings typedef for declaring a map of strings keyed by another string.
Definition in file lusplus/helpers/mapofstrings.h.
using MapOfStrings = std::map<std::string, StringList> |
Alias to make it easier to deal with a map of strings key by a string.
Definition at line 16 of file lusplus/helpers/mapofstrings.h.