This partial specialization stores a reference to a callback.
Declared in <bslstl_stoptoken.h>
template<class t_CALLBACK>
class StopCallback_CallbackStorage<t_CALLBACK, true>;
| Name |
|---|
allocator_type |
| Name | Description |
|---|---|
StopCallback_CallbackStorage [constructor] | Initialize the stored reference by forwarding the specified arg. Note that the allocator argument is ignored because references are never allocator-aware. |
callback | Return an lvalue referring to the callback. |