Same as the overload above for parseUnsignedInteger.
Declared in <bdlb_numericparseutil.h>
static
int
parseUnsignedInteger(
bsls::Types::Uint64* result,
std::string_view* remainder,
std::string_view const& inputString,
int base,
bsls::Types::Uint64 const maxValue,
int maxNumDigits);