FastLED
3.9.15
Loading...
Searching...
No Matches
◆
shared_ptr()
[11/12]
template<typename T>
template<typename Y>
fl::shared_ptr
< T >::shared_ptr
(
Y *
ptr
)
inline
explicit
private
Definition at line
373
of file
shared_ptr.h
.
373
:
mPtr
(
ptr
) {
374
if
(
mPtr
) {
375
mControlBlock
=
new
detail::ControlBlock<Y>
(
ptr
,
detail::default_delete<Y>
{});
376
}
else
{
377
mControlBlock
=
nullptr
;
378
}
379
}
fl::shared_ptr::mControlBlock
detail::ControlBlockBase * mControlBlock
Definition
shared_ptr.h:158
fl::shared_ptr::mPtr
T * mPtr
Definition
shared_ptr.h:157
fl::shared_ptr
Definition
shared_ptr.h:155
fl
shared_ptr
Generated on Tue Jun 16 2026 00:07:06 for FastLED by
1.13.2