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

◆ operator++() [1/2]

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

Definition at line 84 of file atomic.h.

84 {
85 return ++mValue;
86 }