Tests if the given character is a decimal digit.
Synopsis
Declared in <util/strencodings.h>
constexpr
bool
IsDigit(char c);
Return Value
true if the argument is a decimal digit; otherwise false.
Parameters
Name |
Description |
c [in] |
character to test |
Created with MrDocs