#include <functional>#include <string>#include <unordered_set>#include "drake/common/string_hash.h"Namespaces | |
| namespace | drake |
Typedefs | |
| using | string_unordered_set |
| Like std::unordered_set<std::string>, but with better defaults than the plain std::unordered_set<std::string> spelling. | |
| using | string_unordered_multiset |
| Like std::unordered_multiset<std::string>, but with better defaults than the plain std::unordered_multiset<std::string> spelling. | |