11 #ifndef MSGPACK_V2_OBJECT_FWD_HPP 12 #define MSGPACK_V2_OBJECT_FWD_HPP 23 struct object : v1::object {
62 using v1::object::with_zone;
66 #if !defined(MSGPACK_USE_CPP03) 82 static auto check(U*) ->
83 typename std::enable_if<
98 static constexpr
bool value = type::value;
101 #endif // !defined(MSGPACK_USE_CPP03) 109 #endif // MSGPACK_V2_OBJECT_FWD_HPP integral_constant< bool, true > true_type
Definition: cpp_config_decl.hpp:59
Definition: object_fwd_decl.hpp:62
object(const T &v, msgpack::zone &z)
Construct object from T.
Definition: object_fwd.hpp:49
object()
Definition: object_fwd.hpp:24
Definition: adaptor_base.hpp:15
Definition: object_fwd.hpp:238
Definition: cpp03_zone.hpp:22
void convert(T &v, msgpack::object const &o)
Definition: object.hpp:661
implicit_type convert() const
Definition: object.hpp:527
decltype(check< T >(MSGPACK_NULLPTR)) type
Definition: object_fwd.hpp:65
Definition: cpp_config_decl.hpp:56
Object class that corresponding to MessagePack format object.
Definition: object_fwd.hpp:75
msgpack::type::object_type type
Definition: object_fwd.hpp:92
#define MSGPACK_API_VERSION_NAMESPACE(ns)
Definition: versioning.hpp:58
integral_constant< bool, false > false_type
Definition: cpp_config_decl.hpp:62
Definition: object_fwd.hpp:53
object(v1::object const &o)
Definition: object_fwd.hpp:25
#define MSGPACK_NULLPTR
Definition: cpp_config_decl.hpp:35
T & convert(T &v) const
Convert the object.
Definition: object_fwd.hpp:60
object(const T &v)
Construct object from T.
Definition: object_fwd.hpp:35