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
}
fl::shared_ptr::get
T * get() const FL_NOEXCEPT
Definition
shared_ptr.h:334
fl::shared_ptr
Definition
shared_ptr.h:155
References
FL_NOEXCEPT
.
fl
Generated on Tue Jun 16 2026 00:07:04 for FastLED by
1.13.2