名稱空間
變體
操作

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

來自 cppreference.com
 
 
範圍庫 (Ranges library)
範圍介面卡 (Range adaptors)
 
 
constexpr V base() const& requires std::copy_constructible<V>;
(1) (C++23 起)
constexpr V base() &&;
(2) (C++23 起)

返回底層檢視的副本。

[編輯] 返回值

[編輯] 示例