STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions
stapl::detail::counter_receive_notify_callback Class Reference

Notifier used by custom termination detection for composition::nest_map_mr_factory. More...

Public Member Functions

 counter_receive_notify_callback (counter_based_terminator *terminator_ptr)
 
void operator() (void) const
 

Detailed Description

Notifier used by custom termination detection for composition::nest_map_mr_factory.

Invokes receive_notify member on pointer to forward notification to to underlying terminator. Used instead of bind / function idiom to avoid heap allocations.


The documentation for this class was generated from the following file: