10 #ifndef BOOST_BEAST_READ_SIZE_HELPER_HPP 11 #define BOOST_BEAST_READ_SIZE_HELPER_HPP 15 #include <boost/throw_exception.hpp> 35 template<
class DynamicBuffer>
37 read_size(DynamicBuffer& buffer, std::size_t max_size);
54 template<
class DynamicBuffer>
57 std::size_t max_size);
Definition: async_result.hpp:20
std::size_t read_size(DynamicBuffer &buffer, std::size_t max_size)
Definition: read_size.ipp:57
std::size_t read_size_or_throw(DynamicBuffer &buffer, std::size_t max_size)
Definition: read_size.ipp:66