10 #ifndef MSGPACK_V1_CHECK_CONTAINER_SIZE_DECL_HPP 11 #define MSGPACK_V1_CHECK_CONTAINER_SIZE_DECL_HPP 15 #include "msgpack/sysdep.h" 23 struct container_size_overflow;
27 template <std::
size_t N>
30 template <std::
size_t N>
44 #endif // MSGPACK_V1_CHECK_CONTAINER_SIZE_DECL_HPP uint32_t checked_get_container_size(T size)
Definition: check_container_size.hpp:55
Definition: adaptor_base.hpp:15
std::size_t size(T const &t)
Definition: size_equal_only.hpp:24
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