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
pipeline_request::add_reset_connection

Adds a reset connection stage.

Synopsis
pipeline_request&
add_reset_connection();
Description

Creates a stage that resets server-side session state. The resulting stage has effects equivalent to conn.reset_connection().

Exception safety

Strong guarantee. Memory allocations may throw.


PrevUpHomeNext