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

◆ error_value()

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

Definition at line 132 of file array.h.

132 {
133 static T empty_value;
134 return empty_value;
135 }
A fixed-size array implementation similar to std::array.
Definition array.h:27

Referenced by at(), and at().

+ Here is the caller graph for this function: