const_reference at | ( | std::size_t | off | ) | const |
Provides the caller with a functional access to an immutable column element by its index which is validated.
off | An offset of the position of the desired element with respect to the beginning of the column. |
off
within the column. Chusov::Exceptions::OutOfRangeException | The value of off does not appertain to the integral set [0, size() - 1] of valid element indices. |