Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

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

      From cppreference.com
      <cpp‎ |ranges‎ |join with view
       
       
      Ranges library
      Range adaptors
       
       
      constexprauto begin();
      (1)(since C++23)
      constexprauto begin()const

          requiresranges::forward_range<const V>&&
                   ranges::forward_range<const Pattern>&&
                   std::is_reference_v<ranges::range_reference_t<const V>>&&
                   ranges::input_range<ranges::range_reference_t<const V>>&&
                   /*concatable*/<ranges::range_reference_t<const V>,

                                 const Pattern>;
      (2)(since C++23)

      Returns aniterator to the beginning of thejoin_with_view.

      1) Returns a mutable iterator or const iterator.
      2) Returns a const iterator.
      For the definition ofconcatable, seestd::ranges::concat_view.

      [edit]Return value

      1) As described above.
      2)iterator <true>{*this,ranges::begin(base_)}.

      [edit]Example

      This section is incomplete
      Reason: no example

      [edit]See also

      returns an iterator or a sentinel to the end
      (public member function)[edit]
      returns an iterator to the beginning of a range
      (customization point object)[edit]
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/ranges/join_with_view/begin&oldid=176593"

      [8]ページ先頭

      ©2009-2025 Movatter.jp