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

buffer (3 of 42 overloads)
PrevUpHomeNext

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

const_buffer buffer(
    const const_buffer & b);
Return Value

const_buffer(b).


PrevUpHomeNext