Function call operator that performs the less-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 45 of file functional.h.
46 {
48 }
constexpr T && forward(typename remove_reference< T >::type &t) noexcept
Binary function object that returns whether the first argument is less than the second.
References fl::forward().