STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
stapl::is_static_dontcare< View, b > Struct Template Reference

Metafunction returns true if View type parameter is statically known to have an LQ_DONTCARE vote. Primary template covers case when task_placement_dontcare typedef is not reflected in class. More...

Detailed Description

template<typename View, bool b = has_task_placement_dontcare<View>::value>
struct stapl::is_static_dontcare< View, b >

Metafunction returns true if View type parameter is statically known to have an LQ_DONTCARE vote. Primary template covers case when task_placement_dontcare typedef is not reflected in class.

Reflects std::false_type.


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