11 #ifndef MSGPACK_V2_META_DECL_HPP 12 #define MSGPACK_V2_META_DECL_HPP 14 #if !defined(MSGPACK_USE_CPP03) 26 using v1::detail::bool_pack;
28 using v1::detail::all_of_imp;
30 using v1::detail::any_of_imp;
48 #endif // !defined(MSGPACK_USE_CPP03) 50 #endif // MSGPACK_V2_META_DECL_HPP Definition: adaptor_base.hpp:15
detail::all_of_imp< T< U >::value... > all_of
Definition: meta_decl.hpp:36
#define MSGPACK_API_VERSION_NAMESPACE(ns)
Definition: versioning.hpp:58
detail::any_of_imp<(T< U >::value)... > any_of
Definition: meta_decl.hpp:39