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

◆ swap()

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

Definition at line 229 of file ptr.h.

229 {
230 T *temp = referent_;
233 }
T * referent_
Definition ptr.h:243
Definition ptr.h:102

References Ptr(), and referent_.

+ Here is the call graph for this function: