Sha256: 9fad34b3153def80d19509a1f07479578384226465a0d651406252be2e410cfa
Contents?: true
Size: 862 Bytes
Versions: 36
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_V2_CPP03_MSGPACK_TUPLE_DECL_HPP #define MSGPACK_V2_CPP03_MSGPACK_TUPLE_DECL_HPP #include "msgpack/v1/adaptor/detail/cpp03_msgpack_tuple_decl.hpp" namespace msgpack { /// @cond MSGPACK_API_VERSION_NAMESPACE(v2) { /// @endcond namespace type { using v1::type::tuple; using v1::type::tuple_element; using v1::type::const_tuple_element; using v1::type::tuple_type; using v1::type::get; using v1::type::make_tuple; } // namespace type /// @cond } // MSGPACK_API_VERSION_NAMESPACE(v2) /// @endcond } // namespace msgpack #endif // MSGPACK_V2_CPP03_MSGPACK_TUPLE_DECL_HPP
Version data entries
36 entries across 36 versions & 2 rubygems