Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

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

      From cppreference.com
      <cpp‎ |ranges‎ |join with view
       
       
      Ranges library
      Range adaptors
       
       
      constexpr V base()const& requiresstd::copy_constructible<V>;
      (1)(since C++23)
      constexpr V base()&&;
      (2)(since C++23)

      Returns a copy of the underlying view.

      [edit]Return value

      1)base_
      2)std::move(base_)

      [edit]Example

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

      [8]ページ先頭

      ©2009-2025 Movatter.jp