FastLED 3.9.15
Loading...
Searching...
No Matches

◆ operator()() [2/2]

template<typename T, typename U>
auto fl::less< void >::operator() ( T && lhs,
U && rhs ) const -> decltype(fl::forward<T>(lhs) < fl::forward<U>(rhs))
inlineconstexpr

Function call operator that performs the less-than comparison.

Template Parameters
TType of the left-hand side argument
UType of the right-hand side argument
Parameters
lhsLeft-hand side argument
rhsRight-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.
Definition functional.h:15

References fl::forward().

+ Here is the call graph for this function: