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

buffer (3 of 38 overloads)

Create a new non-modifiable buffer from an existing buffer.

const_buffer buffer(
    const const_buffer & b);
Return Value

const_buffer(b).


PrevUpHomeNext