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

◆ instanceRef()

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

Definition at line 95 of file singleton.h.

95{ return &instance(); }
static T & instance() FL_NOEXCEPT
Definition singleton.h:81

References FL_NOEXCEPT, and fl::Singleton< T, N >::instance().

+ Here is the call graph for this function: