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

Classes

class  SolverId
 Identifies a SolverInterface implementation. More...
 
struct  less< drake::solvers::SolverId >
 
struct  hash< drake::solvers::SolverId >
 
struct  formatter< drake::solvers::SolverId >
 

Namespaces

 drake
 
 drake::solvers
 
 fmt
 

Functions

bool operator== (const SolverId &, const SolverId &)
 
bool operator!= (const SolverId &, const SolverId &)
 
std::ostream & operator<< (std::ostream &, const SolverId &)