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<
97 using type = decltype(check<T>(
nullptr));
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:55
decltype(check< T >(nullptr)) type
Definition: object_fwd.hpp:65
Definition: object_fwd_decl.hpp:60
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:235
Definition: cpp03_zone.hpp:22
void convert(T &v, msgpack::object const &o)
Definition: object.hpp:657
Definition: cpp_config_decl.hpp:52
Object class that corresponding to MessagePack format object.
Definition: object_fwd.hpp:75
T & convert(T &v) const
Convert the object.
Definition: object_fwd.hpp:60
msgpack::type::object_type type
Definition: object_fwd.hpp:91
#define MSGPACK_API_VERSION_NAMESPACE(ns)
Definition: versioning.hpp:58
integral_constant< bool, false > false_type
Definition: cpp_config_decl.hpp:58
implicit_type convert() const
Definition: object.hpp:523
Definition: object_fwd.hpp:53
object(v1::object const &o)
Definition: object_fwd.hpp:25
object(const T &v)
Construct object from T.
Definition: object_fwd.hpp:35