Searches one column for a value
size_t find_in_col( const T& t, size_t col ) const; |
Value to be matched.
Column coordinate.
The row of the first cell in the column that contains a matching value. matrix<T>::npos is returned if no match is found.
The specified column of the matrix is searched, top to bottom, until
at(row, col) == tat which point
row
is returned.
Header: matrix.h