[#F615CB5B9E5A374E5C2512794FCB7673B457EF5E]
Return true if ch is in the character set.
constexpr bool operator()(char ch) const noexcept;
This function returns true if the character `ch` is in the set, otherwise it returns false.
Constant.
Throws nothing.