FastLED
3.9.15
Loading...
Searching...
No Matches
◆
exchange()
template<typename T>
T
fl::AtomicFake
< T >::exchange
(
T
value
)
inline
Definition at line
52
of file
atomic.h
.
52
{
53
T
old
=
mValue
;
54
mValue
=
value
;
55
return
old
;
56
}
fl::AtomicFake
Definition
atomic.h:32
fl
AtomicFake
Generated on Fri Aug 22 2025 20:59:36 for FastLED by
1.13.2