cpp-msgpack-light 0.3.0
A light library to serialize MessagePack.
Loading...
Searching...
No Matches
total_size_of.h File Reference

Definition of total_size_of variable. More...

#include <cstddef>
Include dependency graph for total_size_of.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  msgpack_light::details::total_size_of_impl< First, Remaining... >
 Get the total size of types in template arguments. More...
struct  msgpack_light::details::total_size_of_impl< T >
 Get the total size of types in template arguments. More...

Namespaces

namespace  msgpack_light
 Namespace of this project.
namespace  msgpack_light::details
 Namespace of internal implementations.

Variables

template<typename... T>
constexpr std::size_t msgpack_light::details::total_size_of = total_size_of_impl<T...>::value
 Get the total size of types in template arguments.

Detailed Description

Definition of total_size_of variable.

Definition in file total_size_of.h.