|
inline |
Find char_type not matching a mask.
This function searches for and returns the first char_type c in [lo,hi) for which is(m,c) is false. It does so by returning ctype<char_type>::do_scan_not().
| __m | The mask to compare against. |
| __lo | Pointer to first char in range. |
| __hi | Pointer to end of range. |
Definition at line 223 of file locale_facets.h.