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

◆ New()

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

Definition at line 25 of file ptr_impl.h.

25 {
26 return PtrTraits<T>::New(args...);
27}
Definition ptr.h:114
static Ptr< T > New()
Definition ptr_impl.h:18

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

+ Here is the call graph for this function: