...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
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.