![]() |
Home | Libraries | People | FAQ | More |
handler_ptr( handler_ptr&& other); » more...
Copy constructor.
handler_ptr( handler_ptr const& other); » more...
Construct a new handler_ptr
.
template< class... Args> handler_ptr( Handler&& handler, Args&&... args); » more... template< class... Args> handler_ptr( Handler const& handler, Args&&... args); » more...