FastLED 3.9.15
Loading...
Searching...
No Matches

◆ operator--() [1/2]

template<typename T>
T fl::AtomicFake< T >::operator-- ( )
inline

Definition at line 92 of file atomic.h.

92 {
93 return --mValue;
94 }