|
nodiscardconstexprnoexcept |
Find position of a character not in C substring.
| __s | C string containing characters to avoid. |
| __pos | Index of character to search from. |
| __n | Number of characters from __s to consider. |
Starting from __pos, searches forward for a character not contained in the first __n characters of __s within this string. If found, returns the index where it was found. If not found, returns npos.
Definition at line 826 of file basic_string.tcc.
References basic_string(), __glibcxx_requires_string_len, _M_data(), npos, and size().
