|
inlinenoexcept |
Find position of a character of C string.
| __s | String containing characters to locate. |
| __pos | Index of character to search from (default 0). |
Starting from __pos, searches forward 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 2617 of file cow_string.h.