FastLED 3.9.15
Loading...
Searching...
No Matches
fl::less< T > Struct Template Reference

Detailed Description

template<typename T = void>
struct fl::less< T >

Binary function object that returns whether the first argument is less than the second.

This functor mimics std::less from the C++ standard library.

Template Parameters
TType of the arguments being compared

Definition at line 15 of file functional.h.

#include <functional.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.
 

The documentation for this struct was generated from the following file: