Searched defs:greater_than (Results 1 – 7 of 7) sorted by relevance
43 struct greater_than struct45 bool operator()( const PolyPtr& l, const PolyPtr& r ) const in operator ()()50 bool operator()( const Base* l, const Base* r ) const in operator ()()
97 greater_than(const R & t, const R & u) noexcept { in greater_than() function177 constexpr checked_result<bool> greater_than(const R & t, const R & u) noexcept { in greater_than() function
92 constexpr bool greater_than(const T & lhs, const U & rhs) { in greater_than() function
123 constexpr static bool greater_than(const T & t, const U & u) noexcept { in greater_than() function
71 offset_greater_than<string, unsigned char> greater_than(0); in offset_comparison_test() local
48 greater_than, /* Comparison. */ enumerator
90 inline bool greater_than( const Left& l, const Right& r ) in greater_than() function