...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Construct a buffer sequence prefix in-place.
template< class... Args> buffers_prefix_view( std::size_t size, boost::in_place_init_t, Args&&... args);
Name |
Description |
---|---|
|
The maximum number of bytes in the prefix. If this is larger than the size of passed, buffers, the resulting sequence will represent the entire input sequence. |
|
Arguments forwarded to the contained buffers constructor. |