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

◆ swap()

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

Definition at line 244 of file ptr.h.

244 {
245 T *temp = referent_;
248 }
T * referent_
Definition ptr.h:258
Definition ptr.h:118

References Ptr(), and referent_.

+ Here is the call graph for this function: