Translations of this page?:

rend

Syntax:

    #include <string>
    reverse_iterator rend();
    const_reverse_iterator rend() const;

rend()関数は、現在の文字列の先頭を指すリバースイテレータを返します。

rend()の実行時間は、定数時間です。

Related Topics: begin, end, rbegin

 
• • • SitemapRecent changesRSScc