#include <functional>#include <string>#include <unordered_map>#include "drake/common/string_hash.h"Namespaces | |
| namespace | drake |
Typedefs | |
| template<typename T> | |
| using | string_unordered_map |
| Like std::unordered_map<std::string, T>, but with better defaults than the plain std::unordered_map<std::string, T> spelling. | |
| template<typename T> | |
| using | string_unordered_multimap |
| Like std::unordered_multimap<std::string, T>, but with better defaults than the plain std::unordered_multimap<std::string, T> spelling. | |