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

122 {
123 return PtrTraits<T>::New(args...);
124 }
Definition ptr.h:118
static Ptr< T > New()
Definition ptr.h:73

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

+ Here is the call graph for this function: