11 #ifndef MSGPACK_V1_META_DECL_HPP 12 #define MSGPACK_V1_META_DECL_HPP 14 #if !defined(MSGPACK_USE_CPP03) 17 #include <type_traits> 35 template<
template <
class>
class T,
class... U>
38 template<
template <
class>
class T,
class... U>
41 template<std::size_t... Is>
struct seq;
43 template<std::size_t N, std::size_t... Is>
55 #endif // !defined(MSGPACK_USE_CPP03) 57 #endif // MSGPACK_V1_META_DECL_HPP Definition: meta_decl.hpp:27
Definition: adaptor_base.hpp:15
#define MSGPACK_API_VERSION_NAMESPACE(ns)
Definition: versioning.hpp:58
Definition: meta_decl.hpp:47