deduction guides for
std::ranges::common_view
From cppreference.net
<
cpp
|
ranges
|
common view
C++
Ranges library
|
||||||||||||||||||||||
| Range primitives | |||||||
|
|||||||
| Range concepts | |||||||||||||||||||
|
|||||||||||||||||||
| Range factories | |||||||||
|
|||||||||
| Range adaptors | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||
| Helper items | |||||||||||||||||
|
|
||||||||||||||||
|
定義先ヘッダ
<ranges>
|
||
|
template
<
class
R
>
common_view ( R && ) - > common_view < views:: all_t < R >> ; |
(C++20以降) | |
推論ガイド
は
std::ranges::common_view
に対して提供されており、
range
からの推論を可能にします。
例
|
このセクションは不完全です
理由: 例がありません |