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

◆ TakeOwnership()

template<typename T>
static Ptr fl::Ptr< T >::TakeOwnership ( T * ptr)
inlinestatic

Definition at line 111 of file ptr.h.

111{ return Ptr(ptr, true); }
Ptr()
Definition ptr.h:129
Definition ptr.h:102

References Ptr(), and Ptr().

Referenced by fl::WeakPtr< T >::lock(), fl::PtrTraits< T >::New(), and fl::PtrTraits< T >::New().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: