FastLED 3.9.15
Loading...
Searching...
No Matches

◆ swap() [3/3]

template<typename T, typename Allocator = fl::allocator<T>>
void fl::HeapVector< T, Allocator >::swap ( iterator a,
iterator b )
inline

Definition at line 677 of file vector.h.

677 {
678 fl::swap(*a, *b);
679 }
void swap(array< T, N > &lhs, array< T, N > &rhs) noexcept(noexcept(lhs.swap(rhs)))
Definition array.h:156