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::parser::release

Returns ownership of the parsed message.

Synopsis
value_type
release();
Description

Ownership is transferred to the caller. Depending on the parser's progress, parts of this object may be incomplete.

Requires

http::parser::value_type is MoveConstructible


PrevUpHomeNext