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