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

◆ store()

template<typename T>
void fl::AtomicFake< T >::store ( T value)
inline

Definition at line 48 of file atomic.h.

48 {
49 mValue = value;
50 }

Referenced by fl::AtomicFake< bool >::operator=().

+ Here is the caller graph for this function: