10 #ifndef MSGPACK_V2_CHECK_CONTAINER_SIZE_DECL_HPP 
   11 #define MSGPACK_V2_CHECK_CONTAINER_SIZE_DECL_HPP 
   21 using v1::container_size_overflow;
 
void check_container_size(std::size_t size)
Definition: check_container_size.hpp:34
 
void check_container_size_for_ext(std::size_t size)
Definition: check_container_size.hpp:43
 
Definition: adaptor_base.hpp:15
 
uint32_t checked_get_container_size(T size)
Definition: check_container_size.hpp:55
 
#define MSGPACK_API_VERSION_NAMESPACE(ns)
Definition: versioning.hpp:66