MessagePack for C++
Namespaces | Typedefs
meta_decl.hpp File Reference
#include "msgpack/versioning.hpp"
#include <type_traits>
Include dependency graph for meta_decl.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 msgpack
 
 msgpack::detail
 

Typedefs

template<template< class > class T, class... U>
using msgpack::all_of = detail::all_of_imp< T< U >::value... >
 
template<template< class > class T, class... U>
using msgpack::any_of = detail::any_of_imp<(T< U >::value)... >