FastLED 3.9.15
|
#include "fl/type_traits.h"
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> |