[#BloombergLP-bslstl-StopCallback_Node-2constructor-08] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/StopCallback_Node.adoc[StopCallback_Node]::StopCallback_Node :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<bslstl_stoptoken.h>` Same as the preceding overload for a non‐const lvalue `arg`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class t_ALLOC, class t_ARG> xref:BloombergLP/bslstl/StopCallback_Node/2constructor-04.adoc[StopCallback_Node]( t_ALLOC const& allocator, t_ARG& arg); ---- [.small]#xref:BloombergLP/bslstl/StopCallback_Node/2constructor-04.adoc[_» more..._]# 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). [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class t_ALLOC, class t_ARG> xref:BloombergLP/bslstl/StopCallback_Node/2constructor-0e.adoc[StopCallback_Node]( t_ALLOC const& allocator, t_ARG&& arg); ---- [.small]#xref:BloombergLP/bslstl/StopCallback_Node/2constructor-0e.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#