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

Functor used to return the locality metadata information of a general container (container that does not provide a metadata locality extractor functor). More...

Public Member Functions

return_type operator() (C *c) const
 

Public Types

using return_type = std::pair< bool, generator_container< value_type > * >
 

Detailed Description

template<typename C>
class stapl::metadata::generator_extractor< C >

Functor used to return the locality metadata information of a general container (container that does not provide a metadata locality extractor functor).


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