...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Create a buffer_ref
for static_buffer
.
Defined in header <boost/beast/core/buffer_ref.hpp>
template< std::size_t N> buffer_ref< static_buffer< N > > ref( static_buffer< N >& buf);