Factory encapsulating the creation of nested containers with the the sizes view idiom for instantiation with variable sizes. Follows interface of Boost.Factory, returns pointer to heap allocated instance of the created object.
More...
|
| variable_sizes_factory (SizesView const &sizes_view) |
|
result_type | operator() (typename boost::call_traits< GID >::param_type gid, bool) const |
|
|
typedef Container * | result_type |
|
template<typename Container, typename SizesView, typename GID>
class stapl::detail::variable_sizes_factory< Container, SizesView, GID >
Factory encapsulating the creation of nested containers with the the sizes view idiom for instantiation with variable sizes. 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. |
SizesView | Descriptor of sizes for containers created at this level (and below). |
GID | Index type of the outer container. Used to index into the sizes view. |
The documentation for this class was generated from the following file:
- containers/base/container.hpp