|
inlinenoexcept |
Find last position of a character not in C string.
| __s | C string containing characters to avoid. |
| __pos | Index of character to search back from (default end). |
Starting from __pos, searches backward for a character not contained in __s within this string. If found, returns the index where it was found. If not found, returns npos.
Definition at line 2866 of file cow_string.h.