chsvlib
chsv helper source code

◆ RemoveColumnsMe() [3/6]

derived_type& RemoveColumnsMe ( reverse_iterator  itBegin)

Removes the leftmost columns of a matrix starting from a specified column.

Parameters
itBeginA reverse iterator associated with the rightmost column of the set to be removed.
Returns
A reference to the current matrix.

The method is a wrap over the RemoveColumnsMe(reverse_iterator itBegin, reverse_iterator itEnd) method.

Exceptions
Chusov::Exceptions::OutOfRangeExceptionThe specified iterator is invalid.