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
181
of file
array.h
.
181
{
182
for
(fl::size i = 0; i < N; ++i) {
183
if
(lhs[i] < rhs[i]) {
184
return
true
;
185
}
186
if
(rhs[i] < lhs[i]) {
187
return
false
;
188
}
189
}
190
return
false
;
191
}
References
FL_NOEXCEPT
.
fl
Generated on Tue Jun 16 2026 00:07:04 for FastLED by
1.13.2