Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::experimental::basic_string_view<CharT,Traits>::rbegin,std::experimental::basic_string_view<CharT,Traits>::crbegin

      From cppreference.com
      <cpp‎ |experimental‎ |basic string view
       
       
       
       
      std::experimental::basic_string_view
       
      constexpr const_reverse_iterator rbegin()constnoexcept;
      (library fundamentals TS)
      constexpr const_reverse_iterator crbegin()constnoexcept;
      (library fundamentals TS)

      Returns a reverse iterator to the first character of the reversed view. It corresponds to the last character of the non-reversed view.

      range-rbegin-rend.svg

      Contents

      [edit]Parameters

      (none)

      [edit]Return value

      const_reverse_iterator to the first character

      [edit]Complexity

      Constant

      [edit]See also

      returns a reverse iterator to the end
      (public member function)[edit]
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/experimental/basic_string_view/rbegin&oldid=93186"

      [8]ページ先頭

      ©2009-2025 Movatter.jp