11#ifndef MSGPACK_V1_META_DECL_HPP
12#define MSGPACK_V1_META_DECL_HPP
14#if !defined(MSGPACK_USE_CPP03)
35template<
template <
class>
class T,
class... U>
38template<
template <
class>
class T,
class... U>
41template<std::size_t... Is>
struct seq;
43template<std::size_t N, std::size_t... Is>
Definition check_container_size.hpp:31
Definition adaptor_base.hpp:15
detail::any_of_imp<(T< U >::value)... > any_of
Definition meta_decl.hpp:39
detail::all_of_imp< T< U >::value... > all_of
Definition meta_decl.hpp:36
Definition meta_decl.hpp:27
Definition meta_decl.hpp:47
#define MSGPACK_API_VERSION_NAMESPACE(ns)
Definition versioning.hpp:66