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

◆ NewPtr()

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

Definition at line 451 of file ptr.h.

451 {
452 return Ptr<T>::New(args...);
453}
static Ptr< T > New()
Definition ptr.h:73

References fl::PtrTraits< T >::New().

Referenced by fl::function< R(Args...)>::function(), fl::function< R(Args...)>::function(), fl::function< R(Args...)>::function(), fl::LinePath::LinePath(), fl::RosePath::RosePath(), fl::FFT::get_or_create(), anonymous_namespace{xypaths.cpp}::make_path(), fl::XYPath::NewCustomPath(), fl::XYPath::NewLinePath(), and NewWaveSimulation2D().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: