chsvlib
chsv helper source code

◆ at() [2/2]

unspecified_const_column_type at ( size_type  iColumn) const

Returns a read-only matrix column reference by the specified column index. .

Parameters
iColumnis an index of a column to be retrieved. The valid range of values for the index starts from zero and ends with Columns() - 1.
Returns
Returns a reference to the addressed matrix column of an unspecified type which implements immutable vector semantics.

The returned column object refers to actual elements within the matrix. The column can be viewed as an immutable SequenceContainer.

Exceptions
Chusov::Exceptions::OutOfRangeExceptionThe specified column index is out of the valid range of dereferenceable indices.