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

◆ error_value() [2/2]

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

Definition at line 157 of file array.h.

157 {
158 static T empty_value;
159 return empty_value;
160 }
A fixed-size array implementation similar to std::array.
Definition array.h:27

References FL_NOEXCEPT.