FastLED
3.9.15
Loading...
Searching...
No Matches
◆
is_double()
bool fl::json::is_double
(
)
const
inline
Definition at line
242
of file
json.h
.
242
{
return
mValue
&& (
mValue
->is_int() ||
mValue
->is_bool()); }
fl::json::mValue
fl::shared_ptr< json_value > mValue
Definition
json.h:130
References
FL_NOEXCEPT
, and
mValue
.
fl
json
Generated on Tue Jun 16 2026 00:07:05 for FastLED by
1.13.2