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

◆ instanceRef()

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

Definition at line 15 of file singleton.h.

15 {
16 return &instance();
17 }
static T & instance()
Definition singleton.h:11

References instance().

+ Here is the call graph for this function: