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

◆ const_pointer_cast()

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

Definition at line 458 of file shared_ptr.h.

458 {
459 auto ptr = const_cast<T*>(other.get());
461}
T * get() const noexcept
Definition shared_ptr.h:271
detail::ControlBlockBase * control_block_
Definition shared_ptr.h:109