|
noexcept |
A functional read-only accessor of a vector element by its index.
off | The index of the accessed element in the vector. |
The function does not verify the validity of the index: if one addresses an element out of the valid range, the behavior is undefined.