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

◆ operator=() [3/3]

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

Definition at line 90 of file atomic.h.

90 {
91 store(value);
92 return value;
93 }
void store(T value, memory_order=memory_order_seq_cst) FL_NOEXCEPT
Definition atomic.h:65