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

Functor to create metadata for a. More...

Public Member Functions

return_type operator() (C *cont) const
 

Public Types

using md_cont_type = growable_container< md_entry_type >
 
using return_type = std::pair< bool, md_cont_type * >
 

Detailed Description

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

Functor to create metadata for a.

See also
domain_view

This extractor expects the container to be a

See also
view_impl::domain_container
Template Parameters
Ccontainer that uses a domain as element storage

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