STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions
stapl::is_arbitrary_view_based< view_based_partition< DistributionView, int > > Struct Template Reference

Used to determine if the view is defined over a container that is distributed using an arbitrary distribution. More...

Public Member Functions

template<typename View >
bool operator() (View const *view)
 
template<typename Distribution >
bool operator() (Distribution *dist)
 

Detailed Description

template<typename DistributionView>
struct stapl::is_arbitrary_view_based< view_based_partition< DistributionView, int > >

Used to determine if the view is defined over a container that is distributed using an arbitrary distribution.

Specialization for the cases where the view_based_parition is not given a container of arbitrary_partition_info elements, and the flag in the distribution_spec_view specifying the distribution is queried.


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