STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions
stapl::metadata::detail::construct_domain< TargetDomain > Struct Template Reference

Functor to convert between different domain types. More...

Public Member Functions

TargetDomain operator() (TargetDomain const &dom)
 
template<typename SourceDomain >
TargetDomain operator() (SourceDomain const &dom)
 

Detailed Description

template<typename TargetDomain>
struct stapl::metadata::detail::construct_domain< TargetDomain >

Functor to convert between different domain types.

Used in projected_container to construct the view metadata from the container metadata directly.


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