Return true if the specified value is a valid integral JSON number. Note that this function may return true even if value cannot be represented in a fundamental integral type. The behavior is undefined unless isValidNumber(value) is true.

Synopsis

Declared in <bdljsn_numberutil.h>

static
bool
isIntegralNumber(std::string_view const& value);

Created with MrDocs