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

Functor invocation used to invoke defer_metadata_at on a distribution via forwarding in the Directory. More...

Public Member Functions

 metadata_functor (promise_type &&p)
 
void operator() (p_object &d, gid_type const &gid)
 

Detailed Description

template<typename Distribution>
class stapl::detail::metadata_functor< Distribution >

Functor invocation used to invoke defer_metadata_at on a distribution via forwarding in 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: