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

◆ set() [9/10]

template<typename IntType>
fl::enable_if< fl::is_integral< IntType >::value &&!fl::is_same< IntType, bool >::value &&!fl::is_same< IntType, int >::value &&!fl::is_same< IntType, i64 >::value &&!fl::is_same< IntType, char >::value, void >::type fl::json::set ( const fl::string & key,
IntType value )
inline

Definition at line 739 of file json.h.

741 {
742 // Convert to i64 for storage

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

+ Here is the call graph for this function: