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 an older version of Boost and was released in 2020. The current version is 1.89.0.
Returns a chunk_body.
Defined in header <boost/beast/http/chunk_encode.hpp>
template< class ConstBufferSequence, class... Args> auto make_chunk( ConstBufferSequence const& buffers, Args&&... args);
This functions constructs and returns a complete chunk_body for a chunk body represented
by the specified buffer sequence.
|
Name |
Description |
|---|---|
|
|
The buffers representing the chunk body. |
|
|
Optional arguments passed to the |
This function is provided as a notational convenience to omit specification of the class template arguments.