BloombergLP::bslstl::StopCallback_Node::StopCallback_Node

Constructors

Synopses

Declared in <bslstl_stoptoken.h>

Same as the preceding overload for a non-const lvalue arg.

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

Create a node whose stored callable is constructed from arg.

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

Parameters

NameDescription
allocatorallocator used to supply memory when needed
argargument forwarded to construct the stored callable