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

◆ operator|()

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

Definition at line 639 of file json.h.

641 {
642 if (!mValue) return fallback;
fl::shared_ptr< json_value > mValue
Definition json.h:130

References FL_NOEXCEPT, and mValue.