FastLED
3.9.15
Loading...
Searching...
No Matches
◆
is_double()
bool fl::Json::is_double
(
)
const
inline
Definition at line
1734
of file
json.h
.
1734
{
return
m_value
&& (
m_value
->is_int() ||
m_value
->is_bool()); }
fl::Json::m_value
fl::shared_ptr< JsonValue > m_value
Definition
json.h:1622
References
m_value
.
fl
Json
Generated on Fri Aug 22 2025 20:59:36 for FastLED by
1.13.2