FastLED
3.9.15
Loading...
Searching...
No Matches
◆
operator=()
[5/9]
json
& fl::json::operator=
(
double
value
)
inline
Definition at line
210
of file
json.h
.
212
{
213
mValue
=
fl::make_shared<json_value>
(
static_cast<
float
>
(
value
));
fl::json::mValue
fl::shared_ptr< json_value > mValue
Definition
json.h:130
fl::json::value
T value() const FL_NOEXCEPT
Definition
json.h:336
fl::make_shared
shared_ptr< T > make_shared(Args &&... args) FL_NOEXCEPT
Definition
shared_ptr.h:414
fl
json
Generated on Tue Jun 16 2026 00:07:05 for FastLED by
1.13.2