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

◆ instance()

template<typename T, int N = 0>
static T & fl::Singleton< T, N >::instance ( )
inlinestatic

Definition at line 11 of file singleton.h.

11 {
12 static T instance;
13 return instance;
14 }
static T & instance()
Definition singleton.h:11

References instance().

Referenced by fl::EngineEvents::getInstance(), instance(), and instanceRef().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: