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

◆ swap() [6/7]

template<typename T, typename Deleter>
void fl::swap ( unique_ptr< T, Deleter > & lhs,
unique_ptr< T, Deleter > & rhs )
noexcept

Definition at line 220 of file unique_ptr.h.

220 {
221 lhs.swap(rhs);
222}
void swap(unique_ptr &u) noexcept
Definition unique_ptr.h:118