FastLED
3.9.15
Loading...
Searching...
No Matches
◆
operator=()
[1/4]
template<typename T>
shared_ptr
&
fl::shared_ptr
< T >::operator=
(
const
shared_ptr
< T > &
other
)
inline
Definition at line
244
of file
shared_ptr.h
.
244
{
245
if
(
this
!= &
other
) {
246
reset
();
247
mPtr
=
other
.
mPtr
;
248
mControlBlock
=
other
.
mControlBlock
;
249
acquire
();
250
}
251
return
*
this
;
252
}
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::reset
void reset() FL_NOEXCEPT
Definition
shared_ptr.h:286
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