IsDigit

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

NameDescription
c [in]character to test