名稱空間
變體
操作

std::ranges::cartesian_product_view 的推導指南

來自 cppreference.com
 
 
範圍庫 (Ranges library)
範圍介面卡 (Range adaptors)
 
 
定義於標頭檔案 <ranges>
template< class... Rs >

cartesian_product_view( Rs&&... ) ->

    cartesian_product_view<views::all_t<Rs>...>;
(C++23 起)

提供 推導指南 以允許從 ranges 推導 std::ranges::cartesian_product_view

[編輯] 示例