Skip to content

c8_natural_operator_gteq

Dave Hudson edited this page May 4, 2017 · 3 revisions

c8::natural::operator >=

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

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

Return Value

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

Exceptions

None.

See Also

Clone this wiki locally