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

Metafunction to determine if a view has an identity mapping function. Differs from has_identity in that if the type is not a view, it defaults to false_type. More...

Detailed Description

template<typename View, bool IsView = is_view<View>::type::value>
struct stapl::has_identity_mf< View, IsView >

Metafunction to determine if a view has an identity mapping function. Differs from has_identity in that if the type is not a view, it defaults to false_type.


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