10 #ifndef MSGPACK_V2_CPP11_MSGPACK_TUPLE_DECL_HPP 11 #define MSGPACK_V2_CPP11_MSGPACK_TUPLE_DECL_HPP 24 using v1::type::tuple_size;
25 using v1::type::tuple_element;
26 using v1::type::uses_allocator;
27 using v1::type::ignore;
30 using v1::type::tuple;
41 using v1::MsgpackTuplePacker;
44 using v1::MsgpackTupleAs;
46 using v1::MsgpackTupleAsImpl;
48 using v1::MsgpackTupleConverter;
51 using v1::MsgpackTupleToObjectWithZone;
59 #endif // MSGPACK_V2_CPP11_MSGPACK_TUPLE_DECL_HPP tuple< Args &... > tie(Args &...args)
Definition: cpp11_msgpack_tuple.hpp:44
Definition: adaptor_base.hpp:15
tuple make_tuple()
Definition: cpp03_msgpack_tuple.hpp:10408
#define MSGPACK_API_VERSION_NAMESPACE(ns)
Definition: versioning.hpp:58
tuple< Args &&... > forward_as_tuple(Args &&...args) noexcept
Definition: cpp11_msgpack_tuple.hpp:31
auto tuple_cat(Tuples &&...args) -> decltype(std::tuple_cat(std::forward< typename std::remove_reference< Tuples >::type::base >(args)...))
Definition: cpp11_msgpack_tuple.hpp:36