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

Helper functor to create an extractor on a remote location and return result of calling local_entries. More...

Public Member Functions

result_type operator() (distribution_type const &dist) const
 

Public Types

using result_type = typename Extractor::md_collection_type
 
using distribution_type = typename Extractor::distribution_type
 

Detailed Description

template<typename Extractor>
struct stapl::metadata::detail::extract_local< Extractor >

Helper functor to create an extractor on a remote location and return result of calling local_entries.

Used in container_extractor_base::single_location_extraction instead of lambda to reduce compiler pressure.


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