...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Constructor.
buffers_cat_view( Buffers const&... buffers);
Name |
Description |
---|---|
|
The list of buffer sequences to concatenate. Copies of the arguments will be made; however, the ownership of memory is not transferred. |