#include <functional>#include <map>#include <string>Namespaces | |
| namespace | 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. | |
| 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. | |