Boost C++ Libraries

PrevUpHomeNext

const_buffer_subspan

Holds a span of buffers that cannot be modified.

Synopsis

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

class const_buffer_subspan
Types

Name

Description

value_type

The type of buffer.

Member Functions

Name

Description

begin

Return an iterator to the beginning.

const_buffer_subspan [constructor]

Constructor.

end

Return an iterator to the end.

operator=

Assignment.

Friends

Name

Description

const_buffer_span

Description

Objects of this type meet the requirements of ConstBufferSequence.

Convenience header <boost/url.hpp>


PrevUpHomeNext