STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions
stapl::detail::remote_notifier_invoker< FullValueAccess, Notifier > Class Template Reference

Notifier invoker passed by remote_edge_version_entry to notifier_list base class. More...

Public Member Functions

 remote_notifier_invoker (edge_container &ct, std::size_t tid, FullValueAccess const &full_value, bool b_moveable)
 
void operator() (Notifier const &notifier) const
 

Detailed Description

template<typename FullValueAccess, typename Notifier>
class stapl::detail::remote_notifier_invoker< FullValueAccess, Notifier >

Notifier invoker passed by remote_edge_version_entry to notifier_list base class.

Explicit functor instead of lambda to reduce compilation pressure and code dupe (multiple usage sites).


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