Defined in header <locale> public:
const CharT* scan_not( mask m, const CharT* beg, const CharT* end ) const; (1) protected:
virtual const CharT* do_scan_not( mask m, const CharT* beg, const CharT* end) const; (2)
1) public member function, calls the protected virtual member function do_scan_not of the most derived class.
2) Locates the first character in the character array [beg, end) that does not satisfy the classification mask m, that is, the first character c s