Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
ref (4 of 4 overloads)

Create a buffer_ref for static_buffer.

Synopsis

Defined in header <boost/beast/core/buffer_ref.hpp>

template<
    std::size_t N>
buffer_ref< static_buffer< N > >
ref(
    static_buffer< N >& buf);

PrevUpHomeNext