Boost C++ Libraries

PrevUpHomeNext

mutable_buffer_span

Holds a span of buffers that are modifiable.

Synopsis

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

class mutable_buffer_span
Types

Name

Description

const_iterator

The type of iterators returned.

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_span [constructor]

Constructor.

operator=

Assignment.

Friends

Name

Description

mutable_buffer_subspan

Description

Objects of this type meet the requirements of MutableBufferSequence.

Convenience header <boost/url.hpp>


PrevUpHomeNext