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 |
Function object called by a container whose value type is another container to properly populate the former's base container.
dist | The distribution of the outer container. |
factory | Functor that returns pointer to heap allocated instances of the inner container. |