Template Struct VariantToObject

Inheritance Relationships

Base Type

  • public boost::static_visitor< PyObject * >

Struct Documentation

template<typename T>
struct VariantToObject : public boost::static_visitor<PyObject*>

Public Functions

template<typename Type>
inline result_type operator()(const Type &t) const

Public Static Functions

static inline result_type convert(const T &v)