Determines whether a value is positive, the same as x > 0.
x > 0
Declared in <folly/Traits.h>
<folly/Traits.h>
template<typename T> constexpr bool is_positive(T x);
true if x is greater than zero.
true
x