Same as the overload above for parseInt.

Synopsis

Declared in <bdlb_numericparseutil.h>

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

Created with MrDocs