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 44 of file utility.h.

45 {
47 }
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 utility.h:14

References fl::forward().

+ Here is the call graph for this function: