Write the base-Base digits of v, translated by Alphabet, into a fixed-size buffer.
Declared in <folly/lang/ToAscii.h>
template<
uint64_t Base,
typename Alphabet,
size_t N>
size_t
to_ascii_with(
char(& out)[],
uint64_t v);
The number of bytes written
| Name | Description |
|---|---|
| out | Fixed-size output buffer to write into |
| v | Value to encode |