Create a Signaler_SlotNode object associated with signaler node at the specified signalerNodePtr using the specified slotMapKey and with the specified slot callable object. Specify an allocator used to supply memory.
Synopsis
Declared in <bdlmt_signaler.h>
template<class t_FUNC>
Signaler_SlotNode(
bsl::weak_ptr<SignalerNode> const& signalerNodePtr,
t_FUNC&& slot,
SlotMapKey slotMapKey,
bslma::Allocator* allocator);
Created with MrDocs