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)

Definition at line 519 of file shared_ptr.h.

519 {
520 return shared_ptr<T>(other, const_cast<T*>(other.get()));
521}
T * get() const FL_NOEXCEPT
Definition shared_ptr.h:334

References FL_NOEXCEPT.