isSignedInteger

Returns true if s contains only digits (excluding an optional leading '-') and is non-empty.

bool
isSignedInteger
(
string s
)

Meta