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)
noexcept

Definition at line 451 of file shared_ptr.h.

451 {
452 auto ptr = static_cast<T*>(other.get());
454}
T * get() const noexcept
Definition shared_ptr.h:271
detail::ControlBlockBase * control_block_
Definition shared_ptr.h:109