BloombergLP::bdlb::NumericParseUtil::parseUnsignedInteger

Same as the preceding parseUnsignedInteger overload, also loading the unparsed suffix into remainder.

Synopsis

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);