FastLED
3.9.15
Loading...
Searching...
No Matches
◆
fetch_sub()
template<typename T>
T
fl::AtomicFake
< T >::fetch_sub
(
T
value
)
inline
Definition at line
132
of file
atomic.h
.
132
{
133
T
old
=
mValue
;
134
mValue
-=
value
;
135
return
old
;
136
}
fl::AtomicFake
Definition
atomic.h:32
fl
AtomicFake
Generated on Fri Aug 22 2025 20:59:36 for FastLED by
1.13.2