FastLED
3.9.15
Loading...
Searching...
No Matches
◆
swap()
[1/3]
template<typename T, typename Allocator = fl::allocator<T>>
void
fl::HeapVector
< T, Allocator >::swap
(
HeapVector
< T > &&
other
)
inline
Definition at line
670
of file
vector.h
.
670
{
671
fl::swap
(
mArray
,
other
.
mArray
);
672
fl::swap
(
mSize
,
other
.
mSize
);
673
fl::swap
(
mCapacity
,
other
.
mCapacity
);
674
fl::swap
(
mAlloc
,
other
.
mAlloc
);
675
}
fl::HeapVector::mArray
T * mArray
Definition
vector.h:347
fl::HeapVector::mAlloc
Allocator mAlloc
Definition
vector.h:350
fl::HeapVector::mCapacity
fl::size mCapacity
Definition
vector.h:348
fl::HeapVector::mSize
fl::size mSize
Definition
vector.h:349
fl::HeapVector
Definition
vector.h:345
fl::swap
void swap(array< T, N > &lhs, array< T, N > &rhs) noexcept(noexcept(lhs.swap(rhs)))
Definition
array.h:156
fl
HeapVector
Generated on Fri Aug 22 2025 20:59:36 for FastLED by
1.13.2