|
MessagePack for C++
|


Go to the source code of this file.
Namespaces | |
| namespace | msgpack |
| namespace | 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)...> |