-
Notifications
You must be signed in to change notification settings - Fork 0
c8_natural_is_zero
Dave Hudson edited this page May 2, 2017
·
3 revisions
auto is_zero() const noexcept -> boolDetermine if this object has a value of zero.
-
trueif the value of this object is zero. -
falseif it is not zero.
None.