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

Initialize the stored reference by forwarding the specified arg. Note that the allocator argument is ignored because references are never allocator-aware.

Synopses

Declared in <bslstl_stoptoken.h>

template<class t_ARG>
StopCallback_CallbackStorage(
    allocator_type const&,
    t_ARG& arg);
» more...

Initialize the stored reference by forwarding the specified arg. Note that the allocator argument is ignored because references are never allocator-aware.

template<class t_ARG>
StopCallback_CallbackStorage(
    allocator_type const&,
    t_ARG&& arg);
» more...