|
noexcept |
Returns a flag that indicates whether a given character is a digit character in the ASCII code space.
ch | is the character to check. |
ch
is an ASCII decimal digit character, i.e. belongs to the range \(\left[\textrm{0x30}; \textrm{0x39}\right]\). Otherwise, the function returns a zero value.The function repeats the standard library isdigit function.