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

◆ operator=()

template<typename T>
ThreadLocalFake & fl::ThreadLocalFake< T >::operator= ( const T & v)
inline

Definition at line 211 of file thread_local.h.

211 {
212 set(v);
213 return *this;
214 }
void set(const T &value) FL_NOEXCEPT

References ThreadLocalFake(), FL_NOEXCEPT, and set().

+ Here is the call graph for this function: