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

◆ operator const T &()

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

Definition at line 187 of file json.h.

189 {
190 if (has_error()) {
191 // This should ideally trigger some kind of error handling
192 // For now, we'll just return the value (which might be default-initialized)
193 }
bool has_error() const
Definition json.h:182

References has_error(), and value.

+ Here is the call graph for this function: