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