Searched refs:has_less (Results 1 – 4 of 4) sorted by relevance
25 struct has_less : std::false_type {}; struct28 struct has_less<T, struct46 static_assert(has_less<std::shared_ptr<T> >::value); in test()
39 template <class T, class = void> struct has_less : std::false_type {}; struct41 template <class T> struct has_less<T, struct84 static_assert(!has_less<std::nullptr_t>::value, ""); in main()
40 template <class T, class = void> struct has_less : std::false_type {}; struct42 template <class T> struct has_less<T, struct93 static_assert(!has_less<std::nullptr_t>::value, ""); in main()
2372 #define has_less(x, n) (((x) - ~0ULL / 255 * (n)) & ~(x) & ~0ULL / 255 * 128) in CleanStringLineEndings() macro2373 if (!has_less(v, '\r' + 1)) { in CleanStringLineEndings()2374 #undef has_less in CleanStringLineEndings()