#include <functional>
#include <string>
#include <unordered_set>
#include "drake/common/string_hash.h"
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... | |