STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types
stapl::cm_impl::split_partition_info< PartitionInfo > Struct Template Reference

Work function used to split the final partition information for two locations when the number of locations is not a power of two. More...

Public Member Functions

void set_position (std::size_t index, bool)
 
template<typename PartitionInfoVectorRef >
result_type operator() (PartitionInfoVectorRef const &el)
 

Public Types

typedef std::vector< PartitionInfo > result_type
 

Detailed Description

template<typename PartitionInfo>
struct stapl::cm_impl::split_partition_info< PartitionInfo >

Work function used to split the final partition information for two locations when the number of locations is not a power of two.

Member Function Documentation

◆ operator()()

template<typename PartitionInfo >
template<typename PartitionInfoVectorRef >
result_type stapl::cm_impl::split_partition_info< PartitionInfo >::operator() ( PartitionInfoVectorRef const &  el)

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