FastLED
3.9.15
Loading...
Searching...
No Matches
◆
operator=()
[3/4]
template<typename T>
shared_ptr
&
fl::shared_ptr
< T >::operator=
(
shared_ptr
< T > &&
other
)
inline
Definition at line
264
of file
shared_ptr.h
.
264
{
265
if
(
this
!= &
other
) {
266
this->
swap
(
other
);
267
other
.
reset
();
268
}
269
return
*
this
;
270
}
fl::shared_ptr::reset
void reset() FL_NOEXCEPT
Definition
shared_ptr.h:286
fl::shared_ptr::swap
void swap(shared_ptr &other) FL_NOEXCEPT
Definition
shared_ptr.h:309
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