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

◆ swap() [1/2]

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

Definition at line 118 of file unique_ptr.h.

118 {
119 using fl::swap;
120 swap(ptr_, u.ptr_);
122 }
void swap(unique_ptr &u) noexcept
Definition unique_ptr.h:211
Deleter deleter_
Definition unique_ptr.h:41