MessagePack for C++
Namespaces | Functions
check_container_size_decl.hpp File Reference
#include "msgpack/versioning.hpp"
#include <cstdlib>
#include "msgpack/sysdep.hpp"
Include dependency graph for check_container_size_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
 

Functions

template<std::size_t N>
void msgpack::detail::check_container_size (std::size_t size)
 
template<std::size_t N>
void msgpack::detail::check_container_size_for_ext (std::size_t size)
 
template<typename T >
uint32_t msgpack::checked_get_container_size (T size)