FastLED
3.9.15
Loading...
Searching...
No Matches
◆
operator=()
[9/9]
json
& fl::json::operator=
(
json
&&
other
)
inline
Definition at line
187
of file
json.h
.
189
{
190
if
(
this
!= &other) {
191
mValue
=
fl::move
(other.mValue);
192
}
fl::json::mValue
fl::shared_ptr< json_value > mValue
Definition
json.h:130
fl::fl::move
constexpr remove_reference< T >::type && move(T &&t) FL_NOEXCEPT
Definition
s16x16x4.h:28
fl
json
Generated on Tue Jun 16 2026 00:07:05 for FastLED by
1.13.2