chsvlib
chsv helper source code

◆ operator==()

auto operator== ( const matrix_column< MatrixType > &  right) const -> decltype(std::declval<T>() == std::declval<T>())
noexcept

Compares two matrix columns for equality of their respective elements.

Template Parameters
TUsed to conditionally specialize the template only for elements that are EqualityComparable.
Parameters
rightA matrix column to compare with.
Returns
true, if the two columns are equal in sizes and respective elements. Otherwise, the return value is false.