std::ranges::common_view
的推導指南
來自 cppreference.com
< cpp | ranges | common view
定義於標頭檔案 <ranges> |
||
template< class R > common_view( R&& ) -> common_view<views::all_t<R>>; |
(C++20 起) | |
為 std::ranges::common_view 提供了 推導指南,以允許從 range
進行推導。
[編輯] 示例
本節不完整 原因:無示例 |