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

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

mutable_buffer

Holds a buffer that can be modified.

class mutable_buffer
Member Functions

Name

Description

mutable_buffer

Construct an empty buffer.

Friends

Name

Description

buffer_cast_helper

buffer_size_helper

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


PrevUpHomeNext