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 73 of file atomic.h.

73 {
74 store(value);
75 return value;
76 }
void store(T value)
Definition atomic.h:48