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 92f6582f71.
PrevUpHomeNext
buffers_adaptor::buffers_adaptor (2 of 3 overloads)

Constructor.

Synopsis
template<
    class... Args>
buffers_adaptor(
    boost::in_place_init_t,
    Args&&... args);
Description

This constructs the buffer adaptor in-place from a list of arguments.

Parameters

Name

Description

args

Arguments forwarded to the buffers constructor.


PrevUpHomeNext