ΒΆinline bool isSpace(char C)
inline bool isSpace(char C)
Description
Checks whether character \p C is whitespace in the "C" locale. Locale-independent version of the C standard library isspace.
Declared at: llvm/include/llvm/ADT/StringExtras.h:133
Parameters
- char C