string (1) | size_type rfind (const basic_string& str, size_type pos = npos) const; |
---|---|
c-string (2) | size_type rfind (const charT* s, size_type pos = npos) const; |
buffer (3) | size_type rfind (const charT* s, size_type pos, size_type n) const; |
character (4) | size_type rfind (charT c, size_type pos = npos) const; |
string (1) | size_type rfind (const basic_string& str, size_type pos = npos) const noexcept; |
---|---|
c-string (2) | size_type rfind (const charT* s, size_type pos = npos) const; |
buffer (3) | size_type rfind (const charT* s, size_type pos, size_type n) const; |
character (4) | size_type rfind (charT c, size_type pos = npos) const noexcept; |
|
|
The sixth sick sheik's seventh sheep's sick. |