Searched defs:numeric_minimum (Results 1 – 1 of 1) sorted by relevance
58 struct numeric_minimum struct60 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> struct67 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> struct77 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()