10#ifndef MSGPACK_V1_CPP11_CONVERT_HELPER_HPP
11#define MSGPACK_V1_CPP11_CONVERT_HELPER_HPP
24inline typename std::enable_if<
31inline typename std::enable_if<
std::enable_if< has_as< T >::value >::type convert_helper(msgpack::object const &o, T &t)
Definition cpp11_convert_helper.hpp:27
Definition adaptor_base.hpp:15
Definition object_fwd.hpp:53
static constexpr bool value
Definition object_fwd.hpp:66
Object class that corresponding to MessagePack format object.
Definition object_fwd.hpp:75
msgpack::enable_if<!msgpack::is_array< T >::value &&!msgpack::is_pointer< T >::value, T & >::type convert(T &v) const
Convert the object.
Definition object.hpp:1076
std::enable_if< msgpack::has_as< T >::value, T >::type as() const
Get value as T.
Definition object.hpp:1126
#define MSGPACK_API_VERSION_NAMESPACE(ns)
Definition versioning.hpp:66