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

◆ to_string() [1/2]

string fl::to_string ( float value,
int precision )
inline

Definition at line 456 of file string.h.

456 {
457 string result;
458 result.append(value, precision);
459 return result;
460}
constexpr int type_rank< T >::value
expected< T, E > result
Alias for expected (Rust-style naming)
Definition result.h:31

References FL_NOEXCEPT, and type_rank< T >::value.