10#ifndef MSGPACK_V3_TYPE_BOOST_MSGPACK_VARIANT_DECL_HPP
11#define MSGPACK_V3_TYPE_BOOST_MSGPACK_VARIANT_DECL_HPP
23using v2::type::basic_variant;
24using v2::type::variant;
25using v2::type::variant_ref;
27using v2::type::operator<;
29using v2::type::operator==;
Definition adaptor_base.hpp:15
void convert(T &v, msgpack::object const &o)
Definition object.hpp:1178
#define MSGPACK_API_VERSION_NAMESPACE(ns)
Definition versioning.hpp:66