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

◆ as_float() [1/2]

fl::optional< float > fl::json::as_float ( ) const
inline

Definition at line 266 of file json.h.

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

Referenced by as_float(), as_impl(), fl::ScreenMap::ParseJson(), and fl::parseV2SegmentArray().

+ Here is the caller graph for this function: