#include <variant.hpp>
Public Types | |
typedef details::VariantConverter< variant_type > | result_converter |
typedef Variant | variant_type |
Static Public Member Functions | |
template<class ArgumentPackage > | |
static PyObject * | postcall (ArgumentPackage const &args_, PyObject *result) |
Variant of
Definition at line 297 of file variant.hpp.
typedef details::VariantConverter<variant_type> eigenpy::ReturnInternalVariant< Variant >::result_converter |
Definition at line 300 of file variant.hpp.
typedef Variant eigenpy::ReturnInternalVariant< Variant >::variant_type |
Definition at line 298 of file variant.hpp.
|
inlinestatic |
Definition at line 303 of file variant.hpp.