FastLED
3.9.15
Loading...
Searching...
No Matches
◆
swap()
[2/3]
template<typename T, typename Allocator = fl::allocator<T>>
void
fl::HeapVector
< T, Allocator >::swap
(
HeapVector
< T > &
other
)
inline
Definition at line
663
of file
vector.h
.
663
{
664
fl::swap
(
mArray
,
other
.
mArray
);
665
fl::swap
(
mSize
,
other
.
mSize
);
666
fl::swap
(
mCapacity
,
other
.
mCapacity
);
667
fl::swap
(
mAlloc
,
other
.
mAlloc
);
668
}
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