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

◆ New() [1/2]

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

Definition at line 18 of file ptr_impl.h.

18 {
19 T *ptr = new T();
21}
static Ptr TakeOwnership(T *ptr)
Definition ptr.h:124

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

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

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