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

◆ NewPtrNoTracking() [2/2]

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

Definition at line 318 of file ptr_impl.h.

318 {
319 return Ptr<T>::NoTracking(obj);
320}
static Ptr NoTracking(T &referent)
Definition ptr.h:130

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

+ Here is the call graph for this function: