|
DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
|
CRTP base offering operator[] / at on top of a derived's data() and size() accessors. Used by both #host_device_vector_r1 and (implicitly) #host_device_vector_r0.
More...
#include <Vector.hpp>
Public Member Functions | |
| T & | operator[] (size_t i) |
| const T & | operator[] (size_t i) const |
| const T & | at (size_t i) const |
| T & | at (size_t i) |
CRTP base offering operator[] / at on top of a derived's data() and size() accessors. Used by both #host_device_vector_r1 and (implicitly) #host_device_vector_r0.
Definition at line 178 of file Vector.hpp.
|
inline |
|
inline |
Definition at line 188 of file Vector.hpp.
|
inline |
|
inline |
Definition at line 186 of file Vector.hpp.