Drake
Drake C++ Documentation
type_safe_index_pybind.h File Reference
#include <string>
#include "drake/bindings/pydrake/common/value_pybind.h"
#include "drake/bindings/pydrake/documentation_pybind.h"
#include "drake/bindings/pydrake/pydrake_pybind.h"
#include "drake/common/type_safe_index.h"
Include dependency graph for type_safe_index_pybind.h:

Namespaces

 drake
 
 drake::pydrake
 For more high-level information, see the Python Bindings technical notes.
 

Functions

template<typename Class >
auto BindTypeSafeIndex (py::module m, const std::string &name, const std::string &class_doc="")
 Binds a TypeSafeIndex instantiation along with its Value[Class] type-erasure wrapper. More...