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::buffer_body::value_type::more

true if this is not the last buffer.

Synopsis
bool more = true;
Description
When Serializing

If this is true and data is nullptr, the error error::need_buffer will be returned from serializer::get

When Parsing

This field is not used during parsing.


PrevUpHomeNext