STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Static Public Member Functions | Public Types
stapl::detail::partitioned_view_selector< partitioned_mix_view< View, Part, CC >, Part > Struct Template Reference

Functor returning the partitioned mix view appropriate for given input view. More...

Static Public Member Functions

static type apply (type const &view, Part const &)
 

Public Types

using type = partitioned_mix_view< View, Part, CC >
 

Detailed Description

template<typename View, typename Part, typename CC>
struct stapl::detail::partitioned_view_selector< partitioned_mix_view< View, Part, CC >, Part >

Functor returning the partitioned mix view appropriate for given input view.

Specialization for partitioned mix views simply reflects the partitioned_mix_view itself.


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