FastLED
3.9.15
Loading...
Searching...
No Matches
◆
operator=()
template<typename T, typename Allocator = fl::allocator<T>>
HeapVector
&
fl::HeapVector
< T, Allocator >::operator=
(
const
HeapVector
< T > &
other
)
inline
Definition at line
390
of file
vector.h
.
391
{
// cppcheck-suppress operatorEqVarError
392
if
(
this
!= &
other
) {
393
mAlloc
=
other
.
mAlloc
;
394
assign
(
other
.
begin
(),
other
.
end
());
395
}
396
return
*
this
;
397
}
fl::HeapVector::mAlloc
Allocator mAlloc
Definition
vector.h:350
fl::HeapVector< T, Allocator >::assign
void assign(InputIt begin, InputIt end)
Definition
vector.h:522
fl::HeapVector::begin
iterator begin()
Definition
vector.h:584
fl::HeapVector::end
iterator end()
Definition
vector.h:590
fl::HeapVector
Definition
vector.h:345
fl
HeapVector
Generated on Fri Aug 22 2025 20:59:36 for FastLED by
1.13.2