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

◆ NullValue()

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

Definition at line 65 of file grid.h.

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

Referenced by access(), and access().

+ Here is the caller graph for this function: