Same as the overload above for parseUshort.

Synopsis

Declared in <bdlb_numericparseutil.h>

static
int
parseUshort(
    unsigned short* result,
    std::string_view* remainder,
    std::string_view const& inputString,
    int base = 10);

Created with MrDocs