Maximum buffer size to hold the base‐Base ASCII form of any value of unsigned type Int.
Synopsis
Declared in <folly/lang/ToAscii.h>
template<
uint64_t Base,
typename Int>
inline constexpr size_t to_ascii_size_max = detail::to_ascii_powers<Base, Int>::size;
Created with MrDocs