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