On this page
deduction guides for std::ranges::join_with_view
Defined in header <ranges> |
||
---|---|---|
|
(1) | (since C++23) |
|
(2) | (since C++23) |
These deduction guides are provided for join_with_view
to allow deduction from a range and a delimiter.
1) The delimiter is a range of elements.
2) The delimiter is a single element.
Example
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/ranges/join_with_view/deduction_guides