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);
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);
Created with MrDocs