Searched defs:IsValueNegative (Results 1 – 3 of 3) sorted by relevance
33 constexpr typename std::enable_if<std::numeric_limits<T>::is_signed, bool>::type IsValueNegative( in IsValueNegative() function41 constexpr typename std::enable_if<!std::numeric_limits<T>::is_signed, bool>::type IsValueNegative(T) in IsValueNegative() function
52 constexpr bool IsValueNegative(T value) { in IsValueNegative() function59 constexpr bool IsValueNegative(T) { in IsValueNegative() function
53 constexpr bool IsValueNegative(T value) { in IsValueNegative() function60 constexpr bool IsValueNegative(T) { in IsValueNegative() function