STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions
stapl::detail::default_nested_initializer Class Reference

Function object called by a container whose value type is another container to properly populate the former's base container. More...

Public Member Functions

 default_nested_initializer (bool b_spmd)
 
template<typename Distribution , typename Factory >
void operator() (Distribution &distribution, Factory const &factory) const
 

Detailed Description

Function object called by a container whose value type is another container to properly populate the former's base container.

Parameters
distThe distribution of the outer container.
factoryFunctor that returns pointer to heap allocated instances of the inner container.

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