Same as the overload above for parseSignedInteger.

Synopsis

Declared in <bdlb_numericparseutil.h>

static
int
parseSignedInteger(
    bsls::Types::Int64* result,
    std::string_view* remainder,
    std::string_view const& inputString,
    int base,
    bsls::Types::Int64 const minValue,
    bsls::Types::Int64 const maxValue);

Created with MrDocs