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

◆ operator=()

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

Definition at line 33 of file thread_local.h.

33 {
34 set(v);
35 return *this;
36 }

References ThreadLocalFake().

+ Here is the call graph for this function: