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

◆ appendFormatted() [7/7]

void fl::sstream::appendFormatted ( fl::u64 val)
private

Definition at line 104 of file strstream.cpp.hpp.

104 {
105 char buf[64] = {0};
106 int len = fl::utoa64(val, buf, mBase);
107 mStr.append(buf, len);
108}
string mStr
Definition strstream.h:369
int utoa64(u64 value, char *sp, int radix)
Convert unsigned 64-bit integer to string buffer in given radix.

References mBase, mStr, and fl::utoa64().

+ Here is the call graph for this function: