#include <fixedsizearray.h>
◆ ValueType
◆ Iterator
◆ ConstIterator
◆ ToBlock() [1/2]
Block<const T> ToBlock |
( |
| ) |
const |
Returns a Block<const T> which represents the elements of the array.
- Returns
- The content of this array as a block.
◆ ToBlock() [2/2]
Returns a Block<T> which represents the elements of the array.
- Returns
- The content of this array as a block.
◆ operator Block< const T >()
operator Block< const T > |
( |
| ) |
const |
Converts this FixedSizeArray to a Block<const T> which represents the elements of the array.
- Returns
- The content of this array as a block.
◆ operator Block< T >()
Converts this FixedSizeArray to a Block<T> which represents the elements of the array.
- Returns
- The content of this array as a block.
◆ operator StridedBlock< const T >()
Converts this FixedSizeArray to a StridedBlock<const T> which represents the elements of the array. The block will have the natural stride of T.
- Returns
- The content of this array as a strided block.
◆ operator StridedBlock< T >()
Converts this FixedSizeArray to a StridedBlock<T> which represents the elements of the array. The block will have the natural stride of T.
- Returns
- The content of this array as a strided block.
◆ operator[]() [1/2]
const T& operator[] |
( |
Int |
index | ) |
const |
◆ operator[]() [2/2]
T& operator[] |
( |
Int |
index | ) |
|
◆ GetCount()
◆ Begin() [1/2]
◆ Begin() [2/2]
◆ End() [1/2]
◆ End() [2/2]
◆ _elements