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 108 of file array.h.

108 {
109 static T empty_value;
110 return empty_value;
111 }
A fixed-size array implementation similar to std::array.
Definition array.h:27

Referenced by fl::array< T, 0 >::at(), fl::array< T, 0 >::at(), fl::array< u8, 3 >::at(), fl::array< u8, 3 >::at(), fl::array< T, 0 >::back(), fl::array< T, 0 >::back(), fl::array< T, 0 >::front(), fl::array< T, 0 >::front(), fl::array< T, 0 >::operator[](), and fl::array< T, 0 >::operator[]().

+ Here is the caller graph for this function: