Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
buffers_cat_view::buffers_cat_view (2 of 2 overloads)

Constructor.

Synopsis
buffers_cat_view(
    Buffers const&... buffers);
Description 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