Syntax:
#include <string> size_type find_last_of( const string& str, size_type index = npos ) const; size_type find_last_of( const charT* str, size_type index = npos ) const; size_type find_last_of( const charT* str, size_type index, size_type num ) const; size_type find_last_of( charT ch, size_type index = npos ) const;
find_last_of()関数は、次の動作をします。
Related Topics: find, find_first_not_of, find_first_of, find_last_not_of, rfind