STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Types
stapl::compute_mf_type< View, Index, bool > Struct Template Reference

Type metafunction to reflect identity mapping function if the passed view type parameter is actually a container, and hence does not define this type (and is by definition identity). More...

Public Types

typedef View::map_function type
 

Detailed Description

template<typename View, typename Index, bool = is_view<View>::value>
struct stapl::compute_mf_type< View, Index, bool >

Type metafunction to reflect identity mapping function if the passed view type parameter is actually a container, and hence does not define this type (and is by definition identity).


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