Function TRAP::Utils::String::IsSpace#

Function Documentation#

constexpr bool TRAP::Utils::String::IsSpace(char c)#

Check if a character is a whitespace character.

Parameters:

c – Character to check.

Returns:

True if character is a whitespace character, false otherwise.