Home
last modified time | relevance | path

Searched defs:numeric_minimum (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/icl/type_traits/
Dis_numeric.hpp58 struct numeric_minimum struct
60 static bool is_less_than(Type){ return true; } in is_less_than()
61 static bool is_less_than_or(Type, bool){ return true; } in is_less_than_or()
65 struct numeric_minimum<Type, std::less<Type>, true> struct
67 static bool is_less_than(Type value) in is_less_than()
70 static bool is_less_than_or(Type value, bool cond) in is_less_than_or()
75 struct numeric_minimum<Type, std::greater<Type>, true> struct
77 static bool is_less_than(Type value) in is_less_than()
80 static bool is_less_than_or(Type value, bool cond) in is_less_than_or()