Return the position of the last occurrence of the specified characterString substring, or npos if not found.
Declared in <bslstl_string.h>
size_type
find_last_of(
CHAR_TYPE const* characterString,
size_type position = npos) const;
position of the last matching character, or npos
| Name | Description |
|---|---|
| characterString | pointer to characters |
| position | starting index |