deduction guides for
std::ranges::transform_view
From cppreference.com
<
cpp
|
ranges
|
transform view
C++
Ranges library
|
Range primitives | |||||||
|
Range concepts | |||||||||||||||||||
|
Range factories | |||||||||
|
Range adaptors | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|
Helper items | |||||||||||||||||
|
|
std::ranges::transform_view
Member functions | ||||
Deduction guides | ||||
Iterator | ||||
Sentinel | ||||
template
<
class
R,
class
F
>
transform_view ( R && , F ) - > transform_view < views:: all_t < R > , F > ; |
(since C++20) | |
The
deduction guide
is provided for
std::ranges::transform_view
to allow deduction from
range
and transformation function.
Example
This section is incomplete
Reason: no example |
Retrieved from "
https://en.cppreference.com/mwiki/index.php?title=cpp/ranges/transform_view/deduction_guides&oldid=144661
"