Factory encapsulating the creation of nested containers with the the composed distribution specification for instantiation with variable distributions. Follows interface of Boost.Factory, returns pointer to heap allocated instance of the created object.
More...
|
| variable_distribution_factory (CompSpec const &comp_spec) |
|
result_type | operator() (typename boost::call_traits< GID >::param_type gid, bool contains) const |
|
|
typedef Container * | result_type |
|
template<typename Container, typename CompSpec, typename GID>
class stapl::detail::variable_distribution_factory< Container, CompSpec, GID >
Factory encapsulating the creation of nested containers with the the composed distribution specification for instantiation with variable distributions. Follows interface of Boost.Factory, returns pointer to heap allocated instance of the created object.
- Template Parameters
-
Container | The type of the container this factory creates. |
CompSpec | Composed specification of the distributions for containers created at this level (and below). |
GID | Index type of the outer container. Used to index into the composed specification. |
The documentation for this class was generated from the following file:
- containers/base/container.hpp