fn() isdigit
Check if character is a digit

Defined in <cctype>
Signature bool isdigit(c);

Parameters

c The character to be checked. Type: int

Return Values

bool true (non-zero) if c is a digit.

Detailed Description

Remarks

This is non-SeqAn, plain c and listed for completeness.

See Also