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

◆ swap() [1/2]

void fl::unique_ptr< T, Deleter >::swap ( unique_ptr< T[], Deleter > & u)
inline

Definition at line 121 of file unique_ptr.h.

121 {
122 using fl::swap;
123 swap(mPtr, u.mPtr);
125 }
void swap(unique_ptr &u) FL_NOEXCEPT
Definition unique_ptr.h:214
Deleter mDeleter
Definition unique_ptr.h:44