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

◆ store()

template<typename T>
void fl::AtomicFake< T >::store ( T value,
memory_order = memory_order_seq_cst )
inline

Definition at line 65 of file atomic.h.

65 {
66 mValue = value;
67 }
T volatile mValue
Definition atomic.h:193

Referenced by fl::AtomicFake< bool >::operator=(), and AutoResearchRemoteControl::registerFunctions().

+ Here is the caller graph for this function: