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

263 {
264 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_int(), FL_NOEXCEPT, mValue, and fl::nullopt.

+ Here is the call graph for this function: