Drake
Drake C++ Documentation
identifier.h File Reference
#include <cstdint>
#include <ostream>
#include <string>
#include <utility>
#include "drake/common/drake_copyable.h"
#include "drake/common/drake_throw.h"
#include "drake/common/fmt_ostream.h"
#include "drake/common/hash.h"
Include dependency graph for identifier.h:
This graph shows which files directly or indirectly include this file:

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...