Skip to content

c8_rational_operator_gt

Dave Hudson edited this page May 2, 2017 · 2 revisions

c8::rational::operator >

auto operator >(const rational &v) const noexcept -> bool;

Determines if the value of this object (left hand side of the operator) is greater than v (right hand side of the operator).

Return Value

  • true if the value of this object is greater than v.
  • false if it is not.

Exceptions

None.

See Also

Clone this wiki locally