Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::ranges::join_view<V>::join_view

      From cppreference.com
      <cpp‎ |ranges‎ |join view
       
       
      Ranges library
      Range adaptors
       
       
      join_view() requiresstd::default_initializable<V>=default;
      (1)(since C++20)
      constexprexplicit join_view( V base);
      (2)(since C++20)

      Constructs ajoin_view.

      1) Default constructor.Value-initializes the underlying view. After construction,base() returns a copy ofV().
      2) Initializes the underlying view withstd::move(base).

      [edit]Parameters

      base - a view of ranges to be flattened

      [edit]Example

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

      [8]ページ先頭

      ©2009-2025 Movatter.jp