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

◆ NewPtrNoTracking() [2/2]

template<typename T>
Ptr< T > fl::NewPtrNoTracking ( T & obj)

Definition at line 455 of file ptr.h.

455 {
456 return Ptr<T>::NoTracking(obj);
457}
static Ptr NoTracking(T &referent)
Definition ptr.h:132

References fl::Ptr< T >::NoTracking().

+ Here is the call graph for this function: