data
Description
Obtains the address of the start element in an SVector.
Definition
1 2 | T *data() noexcept const T *data() const noexcept |
Returns
Type |
Input/Output |
Description |
|---|---|---|
T * |
Output |
Data address of an SVector. |
Parent topic: SVector
Obtains the address of the start element in an SVector.
1 2 | T *data() noexcept const T *data() const noexcept |
Type |
Input/Output |
Description |
|---|---|---|
T * |
Output |
Data address of an SVector. |