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

◆ static_pointer_cast()

template<typename T, typename Y>
shared_ptr< T > fl::static_pointer_cast ( const shared_ptr< Y > & other)

Definition at line 514 of file shared_ptr.h.

514 {
515 return shared_ptr<T>(other, static_cast<T*>(other.get()));
516}
T * get() const FL_NOEXCEPT
Definition shared_ptr.h:334

References FL_NOEXCEPT.

Referenced by fl::audio::ISynthOscillator::create().

+ Here is the caller graph for this function: