|
FastLED 3.9.15
|
| int fl::utoa32 | ( | u32 | value, |
| char * | buffer, | ||
| int | radix ) |
Convert unsigned 32-bit integer to string buffer in given radix.
| value | The unsigned integer value to convert |
| buffer | Output buffer (must be at least 33 bytes for base 2, 11 for base 10, 9 for base 16) |
| radix | Number base (2-36, typically 10 for decimal, 16 for hex, 8 for octal) |
Definition at line 138 of file charconv.cpp.hpp.
References type_rank< T >::value.
Referenced by fl::sstream::appendFormatted(), fl::basic_string::appendHex(), fl::basic_string::appendOct(), fl::ostream::operator<<(), fl::ostream::operator<<(), fl::basic_string::write(), fl::basic_string::write(), and fl::basic_string::write().
Here is the caller graph for this function: