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

◆ is_number()

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

Definition at line 852 of file types.h.

852 {
853 return is_int() || is_float();
854 }
bool is_int() const FL_NOEXCEPT
Definition types.h:840
bool is_float() const FL_NOEXCEPT
Definition types.h:848

References FL_NOEXCEPT, is_float(), and is_int().

+ Here is the call graph for this function: