STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Types
stapl::result_of::counting_view< T, Policy > Struct Template Reference

Defines the type of a counting view parameterized with T. More...

Public Types

using type = array_ro_view< view_impl::counting_container< T, 1, Policy > >
 

Detailed Description

template<typename T, typename Policy = view_impl::default_container>
struct stapl::result_of::counting_view< T, Policy >

Defines the type of a counting view parameterized with T.

Template Parameters
TElement type of the elements represented for the counting_view.
NDimensionality of the view

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