STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types | Public Attributes
stapl::view_impl::counting_base_container_manager< T, Distribution > Struct Template Reference

Minimal base container manager class used by counting_container when there is a need to mimic a provided partition of elements to locations. More...

Public Member Functions

 counting_base_container_manager (T *ct_ptr, Distribution const &dist)
 

Public Types

using base_container_type = T
 

Public Attributes

elements
 STL member.
 

Detailed Description

template<typename T, typename Distribution>
struct stapl::view_impl::counting_base_container_manager< T, Distribution >

Minimal base container manager class used by counting_container when there is a need to mimic a provided partition of elements to locations.


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