Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::ranges::enumerate_view<V>::iterator<Const>::index

      From cppreference.com
      <cpp‎ |ranges‎ |enumerate view‎ |iterator
       
       
      Ranges library
      Range adaptors
       
      std::ranges::enumerate_view
      Member functions
      Deduction guides
      Nested classes
      Iterator
      enumerate_view::iterator::index
      Sentinel
       
      constexpr difference_type index()constnoexcept;
      (since C++23)

      Returns the underlying indexpos_ of the current element. Equivalent to:return pos_;.

      [edit]Parameters

      (none)

      [edit]Example

      This section is incomplete
      Reason: no example
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/ranges/enumerate_view/iterator/index&oldid=150709"

      [8]ページ先頭

      ©2009-2025 Movatter.jp