Boost C++ Libraries

“...one of the most highly regarded and expertly designed C++ library projects in the world.” Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

PrevUpHomeNext

Holds a buffer that cannot be modified.

class const_buffer
Member Functions

Name

Description

const_buffer

Construct an empty buffer.

Friends

The const_buffer class provides a safe representation of a buffer that cannot be modified. It does not own the underlying data, and so is cheap to copy or assign.

PrevUpHomeNext