Namespaces
Variants
Actions

deduction guides for std::ranges::concat_view

From cppreference.com
< cpp‎ | ranges‎ | concat view
 
 
Ranges library
 
std::ranges::concat_view
Deduction guides
 
Defined in header <ranges>
template< class... Rs >
concat_view( Rs&&... ) -> concat_view<views::all_t <Rs>...>;
(since C++26)

The deduction guide is provided for concat_view to allow deduction from ranges.

[edit] Example

This section is incomplete
Reason: no example
Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/ranges/concat_view/deduction_guides&oldid=172762"

AltStyle によって変換されたページ (->オリジナル) /