STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Static Public Member Functions | Public Types
stapl::metadata::detail::view_partition_impl< View, HasPartitionType > Struct Template Reference

Default implementation for constructing an iterator range over a view's container's local base containers. More...

Static Public Member Functions

template<typename V >
static type make (V &&v)
 

Public Types

using iterator = typename view_traits< View >::container::distribution_type::container_manager_type::iterator
 
using type = boost::iterator_range< iterator >
 

Detailed Description

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
ViewThe view from which to create a base container range

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