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

◆ New() [1/2]

template<typename T>
static Ptr< T > fl::PtrTraits< T >::New ( )
inlinestatic

Definition at line 73 of file ptr.h.

73 {
74 T *ptr = new T();
76 }
static Ptr TakeOwnership(T *ptr)
Definition ptr.h:127

References fl::Ptr< T >::TakeOwnership().

Referenced by fl::WeakPtr< T >::WeakPtr(), fl::WeakPtr< T >::WeakPtr(), fl::Ptr< T >::New(), and fl::NewPtr().

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