Same as the overload above for parseUint64.
Synopsis
Declared in <bdlb_numericparseutil.h>
static
int
parseUint64(
bsls::Types::Uint64* result,
std::string_view* remainder,
std::string_view const& inputString,
int base = 10);
Created with MrDocs