Convert an Alternative type to a Variant. More...
#include <variant.hpp>
Public Types | |
typedef Variant | variant_type |
Public Member Functions | |
template<class T , typename std::enable_if< is_empty_variant< T >::value, bool >::type = true> | |
void | operator() (T) |
template<class T , typename std::enable_if<!is_empty_variant< T >::value &&std::is_arithmetic< T >::value, bool >::type = true> | |
void | operator() (T) |
template<class T , typename std::enable_if<!is_empty_variant< T >::value &&!std::is_arithmetic< T >::value, bool >::type = true> | |
void | operator() (T) |
Convert an Alternative type to a Variant.
Definition at line 267 of file variant.hpp.
typedef Variant eigenpy::details::VariantConvertible< Variant >::variant_type |
Definition at line 268 of file variant.hpp.
|
inline |
Definition at line 272 of file variant.hpp.
|
inline |
Definition at line 279 of file variant.hpp.
|
inline |
Definition at line 286 of file variant.hpp.