FastLED
3.9.15
Loading...
Searching...
No Matches
◆
HeapVector()
[3/4]
template<typename T, typename Allocator = fl::allocator<T>>
fl::HeapVector
< T, Allocator >::HeapVector
(
HeapVector
< T > &&
other
)
inline
Definition at line
343
of file
vector.h
.
343
{
344
this->
swap
(
other
);
345
other
.
clear
();
346
}
fl::HeapVector< T, Allocator >::swap
void swap(HeapVector< T > &other)
Definition
vector.h:587
fl::HeapVector::clear
void clear()
Definition
vector.h:508
fl::HeapVector
Definition
vector.h:305
fl
HeapVector
Generated on Thu Jun 5 2025 04:29:40 for FastLED by
1.13.2