Boost C++ Libraries

PrevUpHomeNext

const_buffer_span

Holds a span of buffers that cannot be modified.

Synopsis

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

class const_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.

const_buffer_span [constructor]

Constructor.

end

Return an iterator to the end.

operator=

Assignment.

Friends

Name

Description

const_buffer_subspan

Description

Objects of this type meet the requirements of ConstBufferSequence.

Convenience header <boost/url.hpp>


PrevUpHomeNext