function read_size_helper
C++
inline std::size_t read_size_helper(nprpc::flat_buffer &buf, std::size_t max_size)
How much Boost.Beast should read into buf at once: at least 64 KiB,
capped by max_size.
include/nprpc/flat_buffer.hpp:713
C++
inline std::size_t read_size_helper(nprpc::flat_buffer &buf, std::size_t max_size)
How much Boost.Beast should read into buf at once: at least 64 KiB,
capped by max_size.
include/nprpc/flat_buffer.hpp:713