Return the position of the last occurrence of the specified characterString substring, or npos if not found.

Synopsis

Declared in <bslstl_string.h>

size_type
find_last_of(
    CHAR_TYPE const* characterString,
    size_type position = npos) const;

Created with MrDocs