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

◆ NewPtr()

template<typename T, typename... Args>
Ptr< T > fl::NewPtr ( Args... args)
inline

Definition at line 313 of file ptr_impl.h.

313 {
314 return Ptr<T>::New(args...);
315}
static Ptr< T > New()
Definition ptr_impl.h:18
corkscrew_args args
Definition old.h:150

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

+ Here is the call graph for this function: