Prev | Next | LessThanZero |
inline bool LessThanZero(const
Type &
x)
AD<
Base>
for some Base,
x is less than zero if and only if
x.value_
is less than zero.
If Type is not AD<
Base>
for some Base,
x is less than zero if and only if
x < 0.