|
noexcept |
Find position of a character.
| __c | Character to locate. |
| __pos | Index of character to search from (default 0). |
Starting from __pos, searches forward for __c within this string. If found, returns the index where it was found. If not found, returns npos.