Template Struct VariantValueToObject
Defined in File variant.hpp
Inheritance Relationships
Base Type
public eigenpy::details::VariantVisitorType< PyObject *, Variant >
(Template Struct VariantVisitorType)
Struct Documentation
-
template<typename Variant>
struct VariantValueToObject : public eigenpy::details::VariantVisitorType<PyObject*, Variant> Convert {boost,std}::variant<class…> alternative to a Python object. This converter copy the alternative.
Public Types
-
typedef VariantVisitorType<PyObject*, Variant> Base
Public Functions
-
template<typename T>
inline result_type operator()(T &t) const
Public Static Functions
-
static inline result_type convert(const variant_type &v)
-
typedef VariantVisitorType<PyObject*, Variant> Base