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

PrevUpHomeNext
http::make_chunk_last (1 of 2 overloads)

Returns a chunk_last.

Synopsis

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

chunk_last< chunk_crlf >
make_chunk_last();
Remarks

This function is provided as a notational convenience to omit specification of the class template arguments.


PrevUpHomeNext