ΒΆinline bool isHorizontalWhitespace(
unsigned char c)
inline bool isHorizontalWhitespace(
unsigned char c)
Description
Returns true if this character is horizontal ASCII whitespace: ' ', ' \ t', ' \ f', ' \ v'. Note that this returns false for ' \ 0'.
Declared at: clang/include/clang/Basic/CharInfo.h:76
Parameters
- unsigned char c