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

Computes view type used if view localization (i.e. is_local()) succeeds during PARAGRAPH task creation. More...

Public Types

typedef View::fast_view_type type
 

Detailed Description

template<typename View, bool = has_fast_view_type<View>::value>
struct stapl::get_fast_view_type< View, bool >

Computes view type used if view localization (i.e. is_local()) succeeds during PARAGRAPH task creation.

Parameters
ViewType of view passed to PARAGRAPH at task creation (add_task)

Reflects View::fast_view_type if definition exists. Otherwise, View itself is returned (signifying no localization transformation exists to apply).


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