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 57 of file ptr.h.

57 {
58 T *ptr = new T();
60 }
static Ptr TakeOwnership(T *ptr)
Definition ptr.h:111

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

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

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