#include <functional>#include <map>#include <string>Namespaces | |
| drake | |
Typedefs | |
| template<typename T > | |
| using | string_map = std::map< std::string, T, std::less< void > > |
Like std::map<std::string, T>, but with better defaults than the plain std::map<std::string, T> spelling. More... | |
| template<typename T > | |
| using | string_multimap = std::multimap< std::string, T, std::less< void > > |
Like std::multimap<std::string, T>, but with better defaults than the plain std::multimap<std::string, T> spelling. More... | |