chsvlib
chsv helper source code

◆ operator[]() [2/2]

unspecified_const_column_type operator[] ( 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. Correctness of the value is not validated.
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.