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

◆ New() [2/2]

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

Definition at line 68 of file ptr.h.

68 {
69 T *ptr = new T(args...);
71 }
static Ptr TakeOwnership(T *ptr)
Definition ptr.h:127

References args, and fl::Ptr< T >::TakeOwnership().

+ Here is the call graph for this function: