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