Drake
Drake C++ Documentation
Loading...
Searching...
No Matches
string_unordered_map.h File Reference
#include <functional>
#include <string>
#include <unordered_map>
#include "drake/common/string_hash.h"
Include dependency graph for string_unordered_map.h:
This graph shows which files directly or indirectly include this file:

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.