Defined in header <locale> public:
bool is(mask m, CharT c) const; (1) public:
const CharT* is(const CharT* low, const CharT* high, mask* vec) const; (2) protected:
virtual bool do_is(mask m, CharT c) const; (3) protected:
virtual const CharT* do_is(const CharT* low, const CharT* high, mask* vec) const; (4)
1,2) public member function, calls the protected virtual member function do_is of the most derived class.
3) Checks if the character c is classified