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 |
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.