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

Type metafunction to select underlying view type used to implement Segmented. Partial specialization in place of std::conditional avoids both view templates being instantiated. More...

Public Types

using type = array_ro_view< Container >
 

Detailed Description

template<typename Container, bool HasSingleDimension>
struct stapl::view_impl::select_sv_base_view_type< Container, HasSingleDimension >

Type metafunction to select underlying view type used to implement Segmented. Partial specialization in place of std::conditional avoids both view templates being instantiated.


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