10 #ifndef MSGPACK_V3_CHECK_CONTAINER_SIZE_DECL_HPP 11 #define MSGPACK_V3_CHECK_CONTAINER_SIZE_DECL_HPP 21 using v2::container_size_overflow;
39 #endif // MSGPACK_V3_CHECK_CONTAINER_SIZE_DECL_HPP uint32_t checked_get_container_size(T size)
Definition: check_container_size.hpp:55
Definition: adaptor_base.hpp:15
void check_container_size(std::size_t size)
Definition: check_container_size.hpp:34
#define MSGPACK_API_VERSION_NAMESPACE(ns)
Definition: versioning.hpp:58
void check_container_size_for_ext(std::size_t size)
Definition: check_container_size.hpp:43