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

◆ is_int()

bool fl::json_value::is_int ( ) const
inline

Definition at line 840 of file types.h.

840 {
841 //FL_WARN("is_int called, tag=" << data.tag());
842 return data.is<i64>();
843 }
fl::i64 i64
Definition s16x16x4.h:222
variant_t data
Definition types.h:700

References data, and FL_NOEXCEPT.

Referenced by is_number().

+ Here is the caller graph for this function: