Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for a snapshot of the develop branch, built from commit 2ef9bb34b9.
PrevUpHomeNext
buffers_prefix_view::value_type

The type for each element in the list of buffers.

Synopsis
using value_type = see-below;
Description

If the type BufferSequence meets the requirements of MutableBufferSequence, then value_type is net::mutable_buffer. Otherwise, value_type is net::const_buffer.

See Also

buffers_type


PrevUpHomeNext