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 |
Defines the operations to access the elements of a one-dimensional container using the random access operator ([]).