callback overloads

Synopses

Declared in <bslstl_stoptoken.h>

Return a reference to the stored callback.

t_CALLBACK&
callback();

Return a const reference to the stored callback.

t_CALLBACK const&
callback() const;

Return Value

  • reference to the stored callback

  • const reference to the stored callback

Created with MrDocs