Default implementation for constructing an iterator range over a view's container's local base containers.
More...
|
template<typename V > |
static type | make (V &&v) |
|
|
using | iterator = typename view_traits< View >::container::distribution_type::container_manager_type::iterator |
|
using | type = boost::iterator_range< iterator > |
|
template<typename View, bool HasPartitionType = has_partition_type<View>::type::value>
struct stapl::metadata::detail::view_partition_impl< View, HasPartitionType >
Default implementation for constructing an iterator range over a view's container's local base containers.
- Template Parameters
-
View | The view from which to create a base container range |
The documentation for this struct was generated from the following file: