Constructors
Declared in <bslstl_stoptoken.h>
Same as the preceding overload.
template<class t_ARG>
StopCallback_CallbackStorage(
allocator_type const& allocator,
t_ARG& arg);
» more...
Initialize the stored reference by forwarding from arg.
template<class t_ARG>
StopCallback_CallbackStorage(
allocator_type const& allocator,
t_ARG&& arg);
» more...
| Name | Description |
|---|---|
| allocator | ignored dummy allocator |
| arg | argument forwarded to bind the stored reference |