chsvlib
chsv helper source code

◆ operator[]() [2/2]

reference operator[] ( std::size_t  off)
noexcept

Provides the caller with an arbitrary access to an element of a matrix column.

Parameters
offAn offset of the position of the desired element with respect to the beginning of the column.
Returns
A reference to an element at the position off within the column.

Unlike matrix_column::at, the function does not validate the value of off.