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

Functor used to coarsen the data managed for the given Container based on the data locality. 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 Container, bool = is_view<Container>::value, bool = stapl::detail::has_loc_dist_metadata<Container>::value>
class stapl::metadata::extract_metadata< Container, bool, bool >

Functor used to coarsen the data managed for the given Container based on the data locality.

This functor is used when the given container is not a view.


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