FastLED
3.9.15
Loading...
Searching...
No Matches
◆
is_bool()
bool fl::json_value::is_bool
(
)
const
inline
Definition at line
836
of file
types.h
.
836
{
837
//FL_WARN("is_bool called, tag=" << data.tag());
838
return
data
.is<
bool
>();
839
}
fl::json_value::data
variant_t data
Definition
types.h:700
References
data
, and
FL_NOEXCEPT
.
fl
json_value
Generated on Tue Jun 16 2026 00:07:05 for FastLED by
1.13.2