STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions
stapl::detail::basic_counter_notifier< N > Struct Template Reference

Defines a counter for notifications, forwarding the notification signal when N notifications are received. More...

Public Member Functions

template<typename Notifier >
 basic_counter_notifier (Notifier notifier)
 
void operator() (void)
 

Detailed Description

template<std::size_t N>
struct stapl::detail::basic_counter_notifier< N >

Defines a counter for notifications, forwarding the notification signal when N notifications are received.

Member Function Documentation

◆ operator()()

template<std::size_t N>
void stapl::detail::basic_counter_notifier< N >::operator() ( void  )

FIXME - circular header in runtime...

STAPL_USE_MANAGED_ALLOC(basic_counter_notifier)


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