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

◆ operator T()

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

Definition at line 96 of file atomic.h.

96 {
97 return load();
98 }
T load(memory_order=memory_order_seq_cst) const FL_NOEXCEPT
Definition atomic.h:61