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

◆ New() [2/2]

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

Definition at line 12 of file ptr_impl.h.

12 {
13 T *ptr = new T(args...);
15}
static Ptr TakeOwnership(T *ptr)
Definition ptr.h:124

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

+ Here is the call graph for this function: