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
void convert(T &v, msgpack::object const &o)
Definition object.hpp:1178
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
#define MSGPACK_API_VERSION_NAMESPACE(ns)
Definition versioning.hpp:66