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

Namespaces

 drake
 

Typedefs

using string_unordered_set = std::unordered_set< std::string, internal::StringHash, std::equal_to< void > >
 Like std::unordered_set<std::string>, but with better defaults than the plain std::unordered_set<std::string> spelling. More...
 
using string_unordered_multiset = std::unordered_multiset< std::string, internal::StringHash, std::equal_to< void > >
 Like std::unordered_multiset<std::string>, but with better defaults than the plain std::unordered_multiset<std::string> spelling. More...