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

◆ set() [10/10]

template<typename T, typename = fl::enable_if_t<fl::is_same<T, char>::value>>
void fl::json::set ( const fl::string & key,
T value )
inline

Definition at line 726 of file json.h.

726{ set(key, json(value)); }
json() FL_NOEXCEPT
Definition json.h:134
T value() const FL_NOEXCEPT
Definition json.h:336
void set(const fl::string &key, const json &value) FL_NOEXCEPT
Definition json.h:701

References json(), FL_NOEXCEPT, set(), and value().

Referenced by set().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: