STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Static Public Member Functions
stapl::detail::container_make_reference< Container > Struct Template Reference

Static functor calling make reference if view container type is not a proxy to std::vector. Otherwise, call operator[]. More...

Static Public Member Functions

template<typename View >
static view_traits< View >::reference apply (View const &view, typename view_traits< View >::index_type const &index)
 
template<typename View , typename... Indices>
static view_traits< View >::reference apply (View const &view, Indices... indices)
 

Detailed Description

template<typename Container>
struct stapl::detail::container_make_reference< Container >

Static functor calling make reference if view container type is not a proxy to std::vector. Otherwise, call operator[].


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