FastLED
3.9.15
Loading...
Searching...
No Matches
◆
shared_ptr()
[7/12]
template<typename T>
fl::shared_ptr
< T >::shared_ptr
(
shared_ptr
< T > &&
other
)
inline
Definition at line
211
of file
shared_ptr.h
.
211
:
mPtr
(
other
.
mPtr
),
mControlBlock
(
other
.
mControlBlock
) {
212
other
.
mPtr
=
nullptr
;
213
other
.
mControlBlock
=
nullptr
;
214
}
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