BloombergLP::bslstl::StopCallback_Node::StopCallback_Node

Create a StopCallback_Node object whose stored callable is constructed by forwarding from the specified arg; the specified allocator is used to supply memory if t_CALLBACK is allocator-aware (and ignored otherwise).

Synopsis

Declared in <bslstl_stoptoken.h>

template<
    class t_ALLOC,
    class t_ARG>
StopCallback_Node(
    t_ALLOC const& allocator,
    t_ARG&& arg);