|
const T & | get (index_t idx) const |
|
T & | get (index_t idx) |
|
const T * | begin () const |
|
const T * | end () const |
|
T * | begin () |
|
T * | end () |
|
|
constexpr | VecBase (T a) |
|
constexpr | VecBase (const T a[N]) |
|
◆ begin() [1/2]
- Returns
- A writeable iterator pointing at the first element.
◆ begin() [2/2]
const T * begin |
( |
| ) |
const |
|
inline |
- Returns
- A read-only iterator pointing at the first element.
◆ end() [1/2]
- Returns
- A writeable iterator pointing just beyond the last element.
◆ end() [2/2]
- Returns
- A read-only iterator pointing just beyond the last element.
◆ get() [1/2]
Get the element at index idx
.
- Parameters
-
- Returns
- A reference to the element at
idx
.
◆ get() [2/2]
const T & get |
( |
index_t |
idx | ) |
const |
|
inline |
Get the element at index idx
.
- Parameters
-
- Returns
- A const reference to the element at
idx
.
The documentation for this class was generated from the following file: