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

◆ operator=()

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

Definition at line 202 of file thread_local.h.

202 {
203 set(v);
204 return *this;
205 }
void set(const T &value)

References ThreadLocalFake(), and set().

+ Here is the call graph for this function: