Sha256: b5aa27428fffd052159c0443ffd369a4d883d599db5362b92f15f65288d2c21d

Contents?: true

Size: 904 Bytes

Versions: 36

Compression:

Stored size: 904 Bytes

Contents

//
// MessagePack for C++ static resolution routine
//
// Copyright (C) 2016 KONDO Takatoshi
//
//    Distributed under the Boost Software License, Version 1.0.
//    (See accompanying file LICENSE_1_0.txt or copy at
//    http://www.boost.org/LICENSE_1_0.txt)
//
#ifndef MSGPACK_V2_TYPE_BOOST_MSGPACK_VARIANT_DECL_HPP
#define MSGPACK_V2_TYPE_BOOST_MSGPACK_VARIANT_DECL_HPP

#if defined(MSGPACK_USE_BOOST)

#include "msgpack/v1/adaptor/boost/msgpack_variant_decl.hpp"

namespace msgpack {

/// @cond
MSGPACK_API_VERSION_NAMESPACE(v2) {
/// @endcond

namespace type {

using v1::type::basic_variant;
using v1::type::variant;
using v1::type::variant_ref;

using v1::type::operator<;

using v1::type::operator==;

} // namespace type

/// @cond
} // MSGPACK_API_VERSION_NAMESPACE(v2)
/// @endcond

} // namespace msgpack

#endif // MSGPACK_USE_BOOST
#endif // MSGPACK_V2_TYPE_BOOST_MSGPACK_VARIANT_DECL_HPP

Version data entries

36 entries across 36 versions & 2 rubygems

Version Path
script_core-0.0.4 ext/enterprise_script_service/msgpack/include/msgpack/v2/adaptor/boost/msgpack_variant_decl.hpp
script_core-0.0.3 ext/enterprise_script_service/msgpack/include/msgpack/v2/adaptor/boost/msgpack_variant_decl.hpp
script_core-0.0.2 ext/enterprise_script_service/msgpack/include/msgpack/v2/adaptor/boost/msgpack_variant_decl.hpp
script_core-0.0.1 ext/enterprise_script_service/msgpack/include/msgpack/v2/adaptor/boost/msgpack_variant_decl.hpp
rroonga-7.1.1-x64-mingw32 vendor/local/include/msgpack/v2/adaptor/boost/msgpack_variant_decl.hpp
rroonga-7.1.1-x86-mingw32 vendor/local/include/msgpack/v2/adaptor/boost/msgpack_variant_decl.hpp
rroonga-7.0.2-x86-mingw32 vendor/local/include/msgpack/v2/adaptor/boost/msgpack_variant_decl.hpp
rroonga-7.0.2-x64-mingw32 vendor/local/include/msgpack/v2/adaptor/boost/msgpack_variant_decl.hpp
rroonga-6.1.3-x64-mingw32 vendor/local/include/msgpack/v2/adaptor/boost/msgpack_variant_decl.hpp
rroonga-6.1.3-x86-mingw32 vendor/local/include/msgpack/v2/adaptor/boost/msgpack_variant_decl.hpp
rroonga-6.1.0-x86-mingw32 vendor/local/include/msgpack/v2/adaptor/boost/msgpack_variant_decl.hpp
rroonga-6.1.0-x64-mingw32 vendor/local/include/msgpack/v2/adaptor/boost/msgpack_variant_decl.hpp
rroonga-6.0.9-x64-mingw32 vendor/local/include/msgpack/v2/adaptor/boost/msgpack_variant_decl.hpp
rroonga-6.0.9-x86-mingw32 vendor/local/include/msgpack/v2/adaptor/boost/msgpack_variant_decl.hpp
rroonga-6.0.7-x86-mingw32 vendor/local/include/msgpack/v2/adaptor/boost/msgpack_variant_decl.hpp
rroonga-6.0.7-x64-mingw32 vendor/local/include/msgpack/v2/adaptor/boost/msgpack_variant_decl.hpp