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

◆ load()

template<typename T>
T fl::AtomicFake< T >::load ( memory_order = memory_order_seq_cst) const
inline

Definition at line 61 of file atomic.h.

61 {
62 return mValue;
63 }
T volatile mValue
Definition atomic.h:193

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

+ Here is the caller graph for this function: