STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Types
stapl::strided_view< BV > Class Template Reference

A view over a container where elements are chosen based on a specified stride. More...

Public Types

typedef view_impl::strided_view_type_helper< BV > base_type
 
typedef base_type::type type
 
typedef base_type::compose_func_type compose_func_type
 
typedef compose_func_type::type map_func_type
 

Detailed Description

template<typename BV>
class stapl::strided_view< BV >

A view over a container where elements are chosen based on a specified stride.

Template Parameters
BVThe view on which the stride is based.

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