Determines whether a value is non-negative, the same as x >= 0.
x >= 0
Declared in <folly/Traits.h>
<folly/Traits.h>
template<typename T> constexpr bool is_non_negative(T x);
true if x is greater than or equal to zero.
true
x