Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::ranges::join_with_view<V,Pattern>::sentinel

      From cppreference.com
      <cpp‎ |ranges‎ |join with view
       
       
      Ranges library
      Range adaptors
       
       
      template<bool Const>
      class/*sentinel*/
      (exposition only*)

      ranges::join_with_view<V, Pattern>::sentinel is the type of the sentinels returned byend() ofranges::join_with_view<V, Pattern>.

      If an iterator compares equal with a sentinel, the iterator is a past-the-end iterator.

      Contents

      [edit]Template parameters

      Const - whether the sentinel corresponds to a constant iterator

      [edit]Nested types

      Name Definition
      Parentmaybe-const <Const,ranges::join_with_view<V, Pattern>>
      (exposition-only member type*)
      Basemaybe-const <Const, V>
      (exposition-only member type*)

      [edit]Data members

      Member Description
      ranges::sentinel_t<Base >end_ the sentinel of the parent range
      (exposition-only member object*)

      [edit]Member functions

      constructs a sentinel
      (public member function)[edit]

      [edit]Non-member functions

      (C++23)
      compares a sentinel with an iterator returned fromjoin_with_view::begin
      (function)[edit]
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/ranges/join_with_view/sentinel&oldid=175782"

      [8]ページ先頭

      ©2009-2025 Movatter.jp