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

◆ operator<=() [1/8]

template<typename T, fl::size N>
bool fl::operator<= ( const array< T, N > & lhs,
const array< T, N > & rhs )

Definition at line 194 of file array.h.

194 {
195 return !(rhs < lhs);
196}

References FL_NOEXCEPT.