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_last

A chunked-encoding last chunk.

Synopsis

Defined in header <boost/beast/http/chunk_encode.hpp>

template<
    class Trailer = chunk_crlf>
class chunk_last
Types

Name

Description

const_iterator

Required for ConstBufferSequence

value_type

Required for ConstBufferSequence

Member Functions

Name

Description

begin

Required for ConstBufferSequence

chunk_last [constructor]

Constructor.

Required for ConstBufferSequence

end

Required for ConstBufferSequence


PrevUpHomeNext