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

◆ NullValue()

template<typename T>
static T & fl::Grid< T >::NullValue ( )
inlinestaticprivate

Definition at line 64 of file grid.h.

64 {
65 static T gNull;
66 return gNull;
67 }
Definition grid.h:9

Referenced by access(), and access().

+ Here is the caller graph for this function: