|
noexcept |
Returns a flag that indicates whether a given character is an alphanumeric character in the ASCII code space.
ch | is the character to check. |
ch
is an ASCII alphanumeric character, i.e. a decimal digit, a lowercase or uppercase alphabetic character. Otherwise, the function returns a zero value.The function repeats the standard library isalnum function.