|
noexcept |
A subscript operator implementing read-only access to an arbitrary element of the vector by 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.