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

◆ operator()() [2/7]

void fl::StringConversionVisitor::operator() ( const double & value)
inline

Definition at line 619 of file types.h.

619 {
620 // Convert double to string with higher precision for JSON representation
621 result = fl::to_string(static_cast<float>(value), 6);
622 }
string to_string(T value) FL_NOEXCEPT
Definition string.h:450
constexpr int type_rank< T >::value
fl::optional< fl::string > result
Definition types.h:602

References FL_NOEXCEPT, result, fl::to_string(), and fl::type_rank< T >::value.

+ Here is the call graph for this function: