Template Struct ConcreteSubhingeParamsCaster#
Defined in File pybind11ParamsCaster.h
Struct Documentation#
-
template<typename Params>
struct ConcreteSubhingeParamsCaster# General type caster that can be used on all concerte PhysicalSubhingeParams subtypes.
Public Functions
-
PYBIND11_TYPE_CASTER(T, SubhingeParamsDSName<Params>::value)#
A pybind11 caster for PhysicalSubhingeParams subtypes.
-
inline bool load(handle src, bool)#
Load a C++ PhysicalSubhingeParams subtype from its Python DataStruct.
- Parameters:
src – The associated Python DataStruct
- Returns:
The C++ PhysicalSubhingeParams subtype associated with the DataStruct
-
PYBIND11_TYPE_CASTER(T, SubhingeParamsDSName<Params>::value)#