|
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 |
#include <utility.h>
Inheritance diagram for fl::less< T >:Public Member Functions | |
| constexpr bool | operator() (const T &lhs, const T &rhs) const |
| Function call operator that performs the less-than comparison. | |