FastLED 3.9.15
Loading...
Searching...
No Matches
fl::ThreadLocalFake< T > Class Template Reference

Detailed Description

template<typename T>
class fl::ThreadLocalFake< T >

Definition at line 189 of file thread_local.h.

#include <thread_local.h>

Public Member Functions

 ThreadLocalFake () FL_NOEXCEPT
 
template<typename U>
 ThreadLocalFake (const U &defaultVal) FL_NOEXCEPT
 
const T & access () const FL_NOEXCEPT
 
T & access () FL_NOEXCEPT
 
 operator const T & () const FL_NOEXCEPT
 
 operator T& () FL_NOEXCEPT
 
ThreadLocalFakeoperator= (const T &v) FL_NOEXCEPT
 
void set (const T &value) FL_NOEXCEPT
 

Private Attributes

mValue
 

The documentation for this class was generated from the following file: