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

◆ as_float() [2/2]

template<typename FloatType>
fl::optional< FloatType > fl::json::as_float ( ) const
inline

Definition at line 277 of file json.h.

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

References as_float(), FL_NOEXCEPT, mValue, and fl::nullopt.

+ Here is the call graph for this function: