Defined in header <locale> public:
const CharT* scan_is( mask m, const CharT* beg, const CharT* end ) const; (1) protected:
virtual const CharT* do_scan_is( mask m, const CharT* beg, const CharT* end) const; (2)
1) public member function, calls the protected virtual member function do_scan_is of the most derived class.
2) Locates the first character in the character array [beg, end) that satisfies the classification mask m, that is, the first character c such that i