STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Types
stapl::view_impl::compute_distribution< T, N, Policy > Struct Template Reference

Small type metafunction to reflect the correct distribution and locality extraction types for a counting_container to use. More...

Public Types

using type = basic_counting_container_distribution< T, N, Policy >
 
using loc_dist_metadata = metadata::generator_extractor< counting_container< T, N, Policy > >
 

Detailed Description

template<typename T, int N, typename Policy>
struct stapl::view_impl::compute_distribution< T, N, Policy >

Small type metafunction to reflect the correct distribution and locality extraction types for a counting_container to use.


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