Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
handler_ptr::handler

Returns a const reference to the handler.

handler_type const&
handler() const;
  » more...

Returns a reference to the handler.

handler_type&
handler();
  » more...

PrevUpHomeNext