FastLED
3.9.15
Loading...
Searching...
No Matches
◆
operator=()
[1/2]
template<typename T, fl::size N>
FixedVector
&
fl::FixedVector
< T, N >::operator=
(
const
FixedVector
< T, N > &
other
)
inline
Definition at line
143
of file
vector.h
.
143
{
// cppcheck-suppress operatorEqVarError
144
if
(
this
!= &
other
) {
145
assign_array
(
other
.
memory
(),
other
.
current_size
);
146
}
147
return
*
this
;
148
}
fl::FixedVector::assign_array
void assign_array(const T *values, fl::size count) FL_NOEXCEPT
Definition
vector.h:225
fl::FixedVector::memory
T * memory() FL_NOEXCEPT
Definition
vector.h:90
fl::FixedVector::current_size
fl::size current_size
Definition
vector.h:439
fl::FixedVector
Definition
vector.h:86
fl
FixedVector
Generated on Tue Jun 16 2026 00:07:05 for FastLED by
1.13.2