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< View, Part > Struct Template Reference

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

Static Public Member Functions

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

Public Types

using type = partitioned_mix_view< View, typename Part::second_type >
 

Detailed Description

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

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

Default template defines the partitioned mix view for given view by constructing the underlying container of corresponding mix_view instances using the provided partition information.


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