Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
handler_ptr::handler_ptr (2 of 4 overloads)

Move constructor.

Synopsis
handler_ptr(
    handler_ptr&& other);
Description

When this call returns, the moved-from container will have no owned object.


PrevUpHomeNext