Template Struct HasMsgpackObject

Struct Documentation

template<typename Base>
struct HasMsgpackObject

Public Functions

inline explicit HasMsgpackObject(msgpack::object_handle value)
inline explicit HasMsgpackObject()
template<typename T>
inline explicit HasMsgpackObject(T t)
template<typename T>
inline T as() const
template<typename T>
inline void convert(T &v) const
template<typename ...Ts>
inline void convert(std::tuple<Ts&...> v) const
inline bool operator==(const HasMsgpackObject<Base> &other) const
inline bool operator!=(const HasMsgpackObject<Base> &other) const

Public Members

msgpack::object_handle value