|
| T * | begin () |
| |
| const T * | begin () const |
| |
| T * | end () |
| |
| const T * | end () const |
| |
| T & | get (index_t idx) |
| |
| const T & | get (index_t idx) const |
| |
|
|
constexpr | VecBase (const T a[N]) |
| |
|
constexpr | VecBase (T a) |
| |
◆ begin() [1/2]
template<typename T, index_t N>
- Returns
- A writeable iterator pointing at the first element.
◆ begin() [2/2]
template<typename T, index_t N>
| const T * begin |
( |
| ) |
const |
|
inline |
- Returns
- A read-only iterator pointing at the first element.
◆ end() [1/2]
template<typename T, index_t N>
- Returns
- A writeable iterator pointing just beyond the last element.
◆ end() [2/2]
template<typename T, index_t N>
- Returns
- A read-only iterator pointing just beyond the last element.
◆ get() [1/2]
template<typename T, index_t N>
Get the element at index idx.
- Parameters
-
- Returns
- A reference to the element at
idx.
◆ get() [2/2]
template<typename T, index_t N>
| 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: