template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base>
Find last position of a character of C string.
- Parameters
-
| __s | C string containing characters to locate. |
| __pos | Index of character to search back from (default end). |
- Returns
- Index of last occurrence.
Starting from __pos, searches backward for one of the characters of __s within this string. If found, returns the index where it was found. If not found, returns npos.
Definition at line 1898 of file vstring.h.
1899 {
1902 }
#define __glibcxx_requires_string(_String)
size_type find_last_of(const __versa_string &__str, size_type __pos=npos) const noexcept
Find last position of a character of string.
Template class __versa_string.