STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
stapl::detail::has_same_domain< View, Container, has_dom > Struct Template Reference

Metafunction to determine if an object has a nested trait inverse. More...

Detailed Description

template<typename View, typename Container, bool has_dom = has_domain_type<Container>::value>
struct stapl::detail::has_same_domain< View, Container, has_dom >

Metafunction to determine if an object has a nested trait inverse.

Metafunction to check if the domain of the view and its underlying container are the same type.

The specialization of the class is needed to prevent instantiation of view_traits on std container types.


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