cpp / latest / ranges / common_view / deduction_guides.html

deduction guides for std::ranges::common_view

Defined in header <ranges>
template< class R >
common_view( R&& ) -> common_view<views::all_t<R>>;
(since C++20)

The deduction guide is provided for std::ranges::common_view to allow deduction from range.

Example

© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/ranges/common_view/deduction_guides