#include <cstdint>#include <ostream>#include <string>#include <utility>#include "drake/common/drake_assert.h"#include "drake/common/drake_copyable.h"#include "drake/common/fmt_ostream.h"#include "drake/common/hash.h"Classes | |
| class | Identifier< Tag > |
| A simple identifier class. More... | |
| struct | hash< drake::Identifier< Tag > > |
| Enables use of the identifier to serve as a key in STL containers. More... | |
| struct | formatter< drake::Identifier< Tag > > |
Namespaces | |
| drake | |
| fmt | |
Functions | |
| template<typename Tag > | |
| std::string | to_string (const drake::Identifier< Tag > &id) |
| Enables use of identifiers with to_string. More... | |