STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types
stapl::generic_metadata_extraction< 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

typedef metadata_entry< domain_type, component_type *, size_t > value_type
 
typedef metadata::flat_container< value_typemd_cont_type
 
typedef std::pair< bool, md_cont_type * > return_type
 

Detailed Description

template<typename C>
class stapl::generic_metadata_extraction< C >

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

Template Parameters
CThe container for which metadata is to be extracted

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