boost::capy::const_buffer

Holds a contiguous range of unmodifiable bytes

Synopsis

Declared in <boost/capy/buffers.hpp>

class const_buffer
    : public /* implementation-defined */

Base Classes

Name Description

/* implementation-defined */

Member Functions

Name

Description

const_buffer [constructor]

Constructor

operator=

Assignment

data

Return a pointer to the beginning of the memory region

operator+=

Remove a prefix of the memory region

size

Return the number of valid bytes in the referenced memory region

Friends

Name Description

boost::capy::tag_invoke

Remove a slice from the buffer

Non-Member Functions

Name

Description

make_buffer

Return a buffer.

make_buffer

Return a buffer.

make_buffer

Return a buffer.

Created with MrDocs