Drake
Drake C++ Documentation
Loading...
Searching...
No Matches
string_set.h File Reference
#include <functional>
#include <set>
#include <string>
Include dependency graph for string_set.h:

Namespaces

namespace  drake

Typedefs

using string_set = std::set<std::string, std::less<void>>
 Like std::set<std::string>, but with better defaults than the plain std::set<std::string> spelling.
using string_multiset = std::multiset<std::string, std::less<void>>
 Like std::multiset<std::string>, but with better defaults than the plain std::multiset<std::string> spelling.