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 a snapshot of the develop branch, built from commit adcd4c09f0.
PrevUpHomeNext
buffers_cat_view::buffers_cat_view (2 of 2 overloads)

Constructor.

Synopsis
buffers_cat_view(
    Buffers const&... buffers);
Parameters

Name

Description

buffers

The list of buffer sequences to concatenate. Copies of the arguments will be maintained for the lifetime of the concatenated sequence; however, the ownership of the memory buffers themselves is not transferred.


PrevUpHomeNext