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

◆ as_int() [2/2]

template<typename IntType>
fl::optional< IntType > fl::Json::as_int ( ) const
inline

Definition at line 1751 of file json.h.

1753 {
1754 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_int(), m_value, and fl::nullopt.

+ Here is the call graph for this function: