FastLED 3.9.15
Loading...
Searching...
No Matches

◆ operator()()

template<typename T>
bool fl::DefaultLess< T >::operator() ( const T & a,
const T & b ) const
inline

Definition at line 17 of file map.h.

17 {
18 return a < b;
19 }