Same as the three‐argument rfind overload with default position.
Synopsis
Declared in <bslstl_string.h>
size_type
rfind(
CHAR_TYPE const* characterString,
size_type position = npos) const;
Return Value
position of the match, or npos if not found
Parameters
Name |
Description |
characterString |
pointer to characters |
position |
starting index |
Created with MrDocs