FastLED 3.9.15
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages

◆ 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: