Sha256: 1d92272fc653b47ec7242fdab8250784b0d516aaf8617720da16adc25149785f
Contents?: true
Size: 862 Bytes
Versions: 18
Compression:
Stored size: 862 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_V3_CPP03_MSGPACK_TUPLE_DECL_HPP #define MSGPACK_V3_CPP03_MSGPACK_TUPLE_DECL_HPP #include "msgpack/v2/adaptor/detail/cpp03_msgpack_tuple_decl.hpp" namespace msgpack { /// @cond MSGPACK_API_VERSION_NAMESPACE(v3) { /// @endcond namespace type { using v2::type::tuple; using v2::type::tuple_element; using v2::type::const_tuple_element; using v2::type::tuple_type; using v2::type::get; using v2::type::make_tuple; } // namespace type /// @cond } // MSGPACK_API_VERSION_NAMESPACE(v3) /// @endcond } // namespace msgpack #endif // MSGPACK_V3_CPP03_MSGPACK_TUPLE_DECL_HPP
Version data entries
18 entries across 18 versions & 2 rubygems