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

Helper metafunction that computes the type of a strided view. More...

Public Types

typedef compose_func< typename view_traits< BV >::map_function, typename view_impl::f_stride_helper< dimension_traits< BV >::type::value, typename BV::index_type >::typecompose_func_type
 
typedef compose_func_type::type map_func_type
 
typedef array_view< typename view_traits< BV >::container, typename view_traits< BV >::domain_type, map_func_typetype
 

Detailed Description

template<typename BV>
struct stapl::view_impl::strided_view_type_helper< BV >

Helper metafunction that computes the type of a strided view.


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