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

Definition of static_memory_buffer_size constant. More...

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

Go to the source code of this file.

Namespaces

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

Variables

constexpr std::size_t msgpack_light::details::static_memory_buffer_size = 512U
 Size of buffers on memory defined using static arrays.

Detailed Description

Definition of static_memory_buffer_size constant.

Definition in file static_memory_buffer_size.h.