10#ifndef MSGPACK_V3_ADAPTOR_BASE_DECL_HPP
11#define MSGPACK_V3_ADAPTOR_BASE_DECL_HPP
27template <
typename T,
typename Enabler =
void>
30template <
typename T,
typename Enabler =
void>
33template <
typename T,
typename Enabler =
void>
36template <
typename T,
typename Enabler =
void>
37struct object_with_zone;
Definition adaptor_base.hpp:15
void pack(msgpack::packer< Stream > &o, const T &v)
Definition object.hpp:1185
void convert(T &v, msgpack::object const &o)
Definition object.hpp:1178
#define MSGPACK_API_VERSION_NAMESPACE(ns)
Definition versioning.hpp:66