Skip to content

c8_integer_is_zero

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

c8::integer::is_zero

auto is_zero() const noexcept -> bool;

Determines if this object has a value of zero.

Return Value

  • true if the value of this object is zero.
  • false if it is not zero.

Exceptions

None.

See Also

Clone this wiki locally