Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
static_buffer_base::mutable_buffers_type

The type used to represent the output sequence as a list of buffers.

Synopsis
using mutable_buffers_type = std::array< boost::asio::mutable_buffer, 2 >;
Description

PrevUpHomeNext