boost::capy::slice_of<BufferSequence>

A wrapper enabling a buffer sequence to be consumed

Synopsis

template<ConstBufferSequence BufferSequence>
class slice_of<BufferSequence>;

Types

Name

Description

const_iterator

The type of returned iterators

value_type

The type of values returned by iterators

Member Functions

Name

Description

slice_of [constructor]

Constructor

begin

Return an iterator to the beginning of the sequence

end

Return an iterator to the end of the sequence

Friends

Name Description

boost::capy::tag_invoke

Created with MrDocs