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 1767 of file json.h.

1769 {
1770 if (!m_value) return fl::nullopt;
fl::shared_ptr< JsonValue > m_value
Definition json.h:1622
constexpr nullopt_t nullopt
Definition optional.h:11

References as_float(), m_value, and fl::nullopt.

+ Here is the call graph for this function: