Drake
Drake C++ Documentation
string_map.h File Reference
#include <functional>
#include <map>
#include <string>
Include dependency graph for string_map.h:
This graph shows which files directly or indirectly include this file:

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...