FastLED
3.9.15
Loading...
Searching...
No Matches
◆
operator=()
template<typename T, fl::size N>
FixedVector
&
fl::FixedVector
< T, N >::operator=
(
const
FixedVector
< T, N > &
other
)
inline
Definition at line
125
of file
vector.h
.
125
{
// cppcheck-suppress operatorEqVarError
126
if
(
this
!= &
other
) {
127
assign_array
(
other
.
memory
(),
other
.
current_size
);
128
}
129
return
*
this
;
130
}
fl::FixedVector::assign_array
void assign_array(const T *values, fl::size count)
Definition
vector.h:189
fl::FixedVector::current_size
fl::size current_size
Definition
vector.h:341
fl::FixedVector::memory
T * memory()
Definition
vector.h:82
fl::FixedVector
Definition
vector.h:78
fl
FixedVector
Generated on Fri Aug 22 2025 20:59:36 for FastLED by
1.13.2