mrdocs::isAlphaNumeric

Determine if a character is ASCII alphanumeric.

Synopsis

constexpr
bool
isAlphaNumeric(char const c) noexcept;

Return Value

true if c is an ASCII letter or digit.

Parameters

Name

Description

c

Character to inspect.

Created with MrDocs