Return the position of the last character in this string that is not found in the specified characterString, or npos if not found.
Synopsis
Declared in <bslstl_string.h>
size_type
find_last_not_of(
CHAR_TYPE const* characterString,
size_type position = npos) const;
Return Value
position of the last non‐matching character, or npos
Parameters
Name |
Description |
characterString |
pointer to characters |
position |
starting index |
Created with MrDocs