-
Notifications
You must be signed in to change notification settings - Fork 0
c8_integer_is_negative
Dave Hudson edited this page May 3, 2017
·
3 revisions
auto is_negative() const noexcept -> bool;Determines if this object has a value that is negative.
-
trueif the value of this object is negative. -
falseif it is not negative.
None.