10#ifndef MSGPACK_V2_TYPE_BOOST_MSGPACK_VARIANT_DECL_HPP
11#define MSGPACK_V2_TYPE_BOOST_MSGPACK_VARIANT_DECL_HPP
23using v1::type::basic_variant;
27using v1::type::operator<;
29using v1::type::operator==;
basic_variant< std::string, std::vector< char >, ext > variant
Definition: msgpack_variant.hpp:271
basic_variant< std::string, raw_ref, ext_ref > variant_ref
Definition: msgpack_variant.hpp:278
Definition: adaptor_base.hpp:15
#define MSGPACK_API_VERSION_NAMESPACE(ns)
Definition: versioning.hpp:66