FastLED 3.9.15
Loading...
Searching...
No Matches
utility.h File Reference
#include "fl/type_traits.h"
+ 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::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
 IMPORTANT!
 

Typedefs

template<typename T>
using fl::DefaultLess = less<T>