Drake
Drake C++ Documentation
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

 drake
 

Typedefs

template<typename T >
using string_unordered_map = std::unordered_map< std::string, T, internal::StringHash, std::equal_to< void > >
 Like std::unordered_map<std::string, T>, but with better defaults than the plain std::unordered_map<std::string, T> spelling. More...
 
template<typename T >
using string_unordered_multimap = std::unordered_multimap< std::string, T, internal::StringHash, std::equal_to< void > >
 Like std::unordered_multimap<std::string, T>, but with better defaults than the plain std::unordered_multimap<std::string, T> spelling. More...