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

◆ as_double()

fl::optional< double > fl::json::as_double ( ) const
inline

Definition at line 271 of file json.h.

273 {
274 if (!mValue) return fl::nullopt;
fl::shared_ptr< json_value > mValue
Definition json.h:130
constexpr nullopt_t nullopt
Definition optional.h:13