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

◆ New()

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

Definition at line 106 of file ptr.h.

106 {
107 return PtrTraits<T>::New(args...);
108 }
Definition ptr.h:102
static Ptr< T > New()
Definition ptr.h:57

References Ptr(), and fl::PtrTraits< T >::New().

+ Here is the call graph for this function: