FastLED
3.9.15
Loading...
Searching...
No Matches
◆
as_double()
fl::optional
< double > fl::JsonValue::as_double
(
)
const
inline
Definition at line
925
of file
json.h
.
927
{
928
// Check if we have a valid value first
929
if
(
data
.empty()) {
930
return
fl::nullopt
;
931
}
932
933
FloatConversionVisitor<double> visitor;
934
data
.visit(visitor);
fl::nullopt
constexpr nullopt_t nullopt
Definition
optional.h:11
fl::JsonValue::data
variant_t data
Definition
json.h:678
fl
JsonValue
Generated on Fri Aug 22 2025 20:59:36 for FastLED by
1.13.2