Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::ranges::zip_view<Views...>::iterator

      From cppreference.com
      <cpp‎ |ranges‎ |zip view
       
       
      Ranges library
      Range adaptors
       
      std::ranges::zip_view
      Member functions
      Deduction guides
      Iterator
      Member functions
      Non-member functions
      Sentinel
      Member functions
      Non-member functions
       
      template<bool Const>
      class/*iterator*/;
      (exposition only*)

      The iterator type of a possibly const-qualifiedzip_view, returned byzip_view::begin and in certain cases byzip_view::end.

      The type/*iterator*/<true> or/*iterator*/<false> treats the underlying views as const-qualified or non-const-qualified respectively.

      Contents

      [edit]Member types

      Member type Definition
      iterator_concept
      iterator_category
      (conditionally present)
      value_type
      difference_type

      [edit]Data members

      Member name Definition
      current_(private)

      [edit]Member functions

      constructs an iterator
      (public member function)
      obtains a tuple-like value that consists of underlying pointed-to elements
      (public member function)
      obtains a tuple-like value that consists of underlying elements at given offset
      (public member function)
      advances or decrements the underlying iterators
      (public member function)[edit]

      [edit]Non-member functions

      compares the underlying iterators
      (function)
      performs iterator arithmetic on underlying iterators
      (function)
      (C++23)
      obtains a tuple-like value that denotes underlying pointed-to elements to be moved
      (function)
      (C++23)
      swaps underlying pointed-to elements
      (function)

      [edit]Example

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

      [8]ページ先頭

      ©2009-2025 Movatter.jp