operator>¶
-
bool
libsemigroups::BMat8::operator>(BMat8 const &that) const noexcept¶ Returns
trueifthisis greater thanthat.This member function checks whether a BMat8 objects is greater than another. We order by the results of to_int() for each matrix.
- Exceptions
This function is
noexceptand is guaranteed never to throw.- Complexity
Constant.
- Parameters
that: the BMat8 for comparison.