Searched defs:smaller_or_equals (Results 1 – 1 of 1) sorted by relevance
230 struct smaller_or_equals struct232 static inline bool apply(Type const& a, Type const& b) in apply()239 struct smaller_or_equals<Type, true> struct241 static inline bool apply(Type const& a, Type const& b) in apply()586 inline bool smaller_or_equals(T1 const& a, T2 const& b) in smaller_or_equals() function