STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Types
stapl::view_operations::subscript< Derived > Class Template Reference

Defines the operations to access the elements of a one-dimensional container using the random access operator ([]). More...

Public Member Functions

View Subscript Operations
reference_t operator[] (index_t const &index) const
 The bracket operator is the basic access method.
 
reference_t make_reference (index_t const &index) const
 

Public Types

using reference_t = typename view_traits< Derived >::reference
 

Detailed Description

template<typename Derived>
class stapl::view_operations::subscript< Derived >

Defines the operations to access the elements of a one-dimensional container using the random access operator ([]).


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