Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
handler_ptr::release_handler

Release ownership of the handler.

Synopsis
handler_type
release_handler();
Description

Requires: *this owns an object

Before this function returns, the owned object is destroyed, satisfying the deallocation-before-invocation Asio guarantee.

Return Value

The released handler.


PrevUpHomeNext