|
FastLED 3.9.15
|
Include dependency graph for utility.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | fl::greater< T > |
| Binary function object that returns whether the first argument is greater than the second. More... | |
| struct | fl::greater< void > |
| Specialization of greater for void, allowing for transparent comparisons. More... | |
| struct | fl::less< T > |
| Binary function object that returns whether the first argument is less than the second. More... | |
| struct | fl::less< void > |
| Specialization of less for void, allowing for transparent comparisons. More... | |
Namespaces | |
| namespace | fl |
| Base definition for an LED controller. | |
Typedefs | |
| template<typename T> | |
| using | fl::DefaultLess = less<T> |