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

◆ swap() [1/2]

template<typename T>
void fl::shared_ptr< T >::swap ( shared_ptr< T > && other)
inlinenoexcept

Definition at line 251 of file shared_ptr.h.

251 {
254 }
detail::ControlBlockBase * control_block_
Definition shared_ptr.h:109
void swap(array< T, N > &lhs, array< T, N > &rhs) noexcept(noexcept(lhs.swap(rhs)))
Definition array.h:156

References shared_ptr, control_block_, ptr_, and fl::swap().

+ Here is the call graph for this function: