FastLED 3.9.15
Loading...
Searching...
No Matches

◆ operator=() [13/13]

template<typename T>
fl::enable_if<!fl::is_same< typenamefl::remove_cv< typenamefl::remove_reference< T >::type >::type, JsonValue >::value, JsonValue & >::type fl::JsonValue::operator= ( T && value)
inline

Definition at line 733 of file json.h.

735 {
736 data = fl::forward<T>(value);
constexpr T && forward(typename remove_reference< T >::type &t) noexcept
variant_t data
Definition json.h:678

References JsonValue(), data, and fl::forward().

+ Here is the call graph for this function: