cpp-msgpack-light 0.3.0
A light library to serialize MessagePack.
|
Definition of total_size_of variable. More...
#include <cstddef>
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. |
Definition of total_size_of variable.
Definition in file total_size_of.h.