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

Helper function to construct a reference to the element of given view at given position. More...

Public Member Functions

template<typename... Indices>
reference operator() (View const &view, Indices const &... indices) const
 

Public Types

using container = typename view_traits< View >::container
 
using index_t = typename view_traits< View >::index_type
 
using reference = typename view_traits< View >::reference
 

Detailed Description

template<typename View>
struct stapl::detail::make_reference< View >

Helper function to construct a reference to the element of given view at given position.


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