deduction guides for std::ranges::cartesian_product_view
From cppreference.com
< cpp | ranges | cartesian product view
Defined in header <ranges>
|
||
template< class... Rs > cartesian_product_view( Rs&&... ) -> |
(since C++23) | |
The deduction guide is provided for std::ranges::cartesian_product_view to allow deduction from range
s.
Example
This section is incomplete Reason: no example |