Function call operator that performs the greater-than comparison.
- Template Parameters
-
| T | Type of the left-hand side argument |
| U | Type of the right-hand side argument |
- Parameters
-
| lhs | Left-hand side argument |
| rhs | Right-hand side argument |
- Returns
- true if lhs > rhs, false otherwise
Definition at line 91 of file utility.h.
92 {
94 }
constexpr T && forward(typename remove_reference< T >::type &t) FL_NOEXCEPT
Binary function object that returns whether the first argument is greater than the second.
References FL_NOEXCEPT, and fl::fl::forward().