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

52 {
53 T *ptr = new T(args...);
55 }
static Ptr TakeOwnership(T *ptr)
Definition ptr.h:111

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

+ Here is the call graph for this function: