BloombergLP::bslstl::StopCallback_CallbackStorage<t_CALLBACK, true>

This partial specialization stores a reference to a callback.

Synopsis

Declared in <bslstl_stoptoken.h>

template<class t_CALLBACK>
class StopCallback_CallbackStorage<t_CALLBACK, true>;

Type Aliases

NameDescription
allocator_type Dummy allocator type; references are never allocator-aware.

Member Functions

NameDescription
StopCallback_CallbackStorage [constructor]Constructors
callback Return an lvalue referring to the callback.