Boost C++ Libraries

PrevUpHomeNext

mutable_buffer_subspan

Holds a span of buffers whose contents are modifiable.

Synopsis

Defined in header <boost/buffers/mutable_buffer_subspan.hpp>

class mutable_buffer_subspan
Types

Name

Description

value_type

The type of buffer.

Member Functions

Name

Description

begin

Return an iterator to the beginning.

end

Return an iterator to the end.

mutable_buffer_subspan [constructor]

Constructor.

operator=

Assignment.

Friends

Name

Description

mutable_buffer_span

Description

Objects of this type meet the requirements of MutableBufferSequence.

Convenience header <boost/url.hpp>


PrevUpHomeNext