STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
stapl::upcast_view_helper< View, Dom, MF, bool, bool > Struct Template Reference

Helper metafunction for new_upcast_view that dispatches based on presence of optional parameters and domain / mapping function changes to compute a view with possibly different domain and mapping function type parameters. More...

Detailed Description

template<typename View, typename Dom, typename MF, bool = std::is_same<typename view_traits<View>::domain_type, Dom>::value, bool = std::is_same<typename view_traits<View>::map_function, MF >::value>
struct stapl::upcast_view_helper< View, Dom, MF, bool, bool >

Helper metafunction for new_upcast_view that dispatches based on presence of optional parameters and domain / mapping function changes to compute a view with possibly different domain and mapping function type parameters.


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