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

◆ operator|()

template<typename T>
T fl::Json::operator| ( const T & fallback) const
inline

Definition at line 2092 of file json.h.

2094 {
2095 if (!m_value) return fallback;
fl::shared_ptr< JsonValue > m_value
Definition json.h:1622

References m_value.