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

◆ error_value()

template<typename T, size_t N>
static T & fl::array< T, N >::error_value ( )
inlinestaticprivate

Definition at line 116 of file array.h.

116 {
117 static T empty_value;
118 return empty_value;
119 }
A fixed-size array implementation similar to std::array.
Definition array.h:19

Referenced by at(), and at().

+ Here is the caller graph for this function: