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

Function object encapsulating notifier migration request passed through the Directory. More...

Public Member Functions

 remote_notifier_migrator (location_type location, Notifier notifier)
 
void operator() (p_object &d, edge_container::index_type tid) const
 

Detailed Description

template<typename Notifier>
class stapl::detail::remote_notifier_migrator< Notifier >

Function object encapsulating notifier migration request passed through the Directory.

Hand written instead of lambda / bind due to symbol size blowup consistently seen during compilation.


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