FastLED
3.9.15
Loading...
Searching...
No Matches
◆
shared_ptr()
[5/12]
template<typename T>
fl::shared_ptr
< T >::shared_ptr
(
const
shared_ptr
< T > &
other
)
inline
Definition at line
200
of file
shared_ptr.h
.
200
:
mPtr
(
other
.
mPtr
),
mControlBlock
(
other
.
mControlBlock
) {
201
acquire
();
202
}
fl::shared_ptr::mControlBlock
detail::ControlBlockBase * mControlBlock
Definition
shared_ptr.h:158
fl::shared_ptr::acquire
void acquire() FL_NOEXCEPT
Definition
shared_ptr.h:183
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