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 an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext
http::chunk_body::chunk_body

Constructor.

explicit
chunk_body(
    ConstBufferSequence const& buffers);
  » more...

chunk_body(
    ConstBufferSequence const& buffers,
    string_view extensions);
  » more...

template<
    class ChunkExtensions>
chunk_body(
    ConstBufferSequence const& buffers,
    ChunkExtensions&& extensions);
  » more...

template<
    class ChunkExtensions,
    class Allocator>
chunk_body(
    ConstBufferSequence const& buffers,
    ChunkExtensions&& extensions,
    Allocator const& allocator);
  » more...

PrevUpHomeNext