#include <variant.hpp>
Public Types | |
typedef VariantVisitorType< PyObject *, Variant > | Base |
typedef Base::result_type | result_type |
typedef Base::variant_type | variant_type |
Public Member Functions | |
template<typename T > | |
result_type | operator() (T &t) const |
Static Public Member Functions | |
static result_type | convert (const variant_type &v) |
Convert {boost,std}::variant<class...> alternative to a Python object. This converter copy the alternative.
Definition at line 192 of file variant.hpp.
typedef VariantVisitorType<PyObject*, Variant> eigenpy::details::VariantValueToObject< Variant >::Base |
Definition at line 193 of file variant.hpp.
typedef Base::result_type eigenpy::details::VariantValueToObject< Variant >::result_type |
Definition at line 194 of file variant.hpp.
typedef Base::variant_type eigenpy::details::VariantValueToObject< Variant >::variant_type |
Definition at line 195 of file variant.hpp.
|
inlinestatic |
Definition at line 197 of file variant.hpp.
|
inline |
Definition at line 202 of file variant.hpp.