FastLED 3.9.15
|
Binary function object that returns whether the first argument is less than the second.
This functor mimics std::less from the C++ standard library.
T | Type of the arguments being compared |
Definition at line 15 of file functional.h.
#include <functional.h>
Public Member Functions | |
constexpr bool | operator() (const T &lhs, const T &rhs) const |
Function call operator that performs the less-than comparison. | |