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

◆ operator const T &()

template<typename T>
fl::parse_result< T >::operator const T & ( ) const
inline

Definition at line 50 of file types.h.

50 {
51 if (has_error()) {
52 // This should ideally trigger some kind of error handling
53 // For now, we'll just return the value (which might be default-initialized)
54 }
55 return value;
56 }
bool has_error() const FL_NOEXCEPT
Definition types.h:45

References FL_NOEXCEPT, has_error(), and value.

+ Here is the call graph for this function: