STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Types
stapl::static_array_traits< T, OptionalNoInitParam >::construct_distribution< C > Struct Template Reference

Metafunction to compute the distribution type based on a container type. More...

Public Types

using type = distribution< C, operations::base, operations::iterable, operations::random_access >
 

Detailed Description

template<typename T, typename... OptionalNoInitParam>
template<typename C>
struct stapl::static_array_traits< T, OptionalNoInitParam >::construct_distribution< C >

Metafunction to compute the distribution type based on a container type.

Template Parameters
CType of the container.

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