Namespaces
Variants

deduction guides for std::ranges::transform_view

From cppreference.net
Ranges library
Range adaptors
template < class R, class F >
transform_view ( R && , F ) - > transform_view < views:: all_t < R > , F > ;
(C++20以降)
翻訳のポイント: - HTMLタグ、属性、コード部分は完全に保持 - `(since C++20)` を `(C++20以降)` に翻訳 - C++の専門用語(template, class, transform_view, views::all_tなど)は翻訳せず保持 - コード構造とフォーマットは完全に維持

推論ガイド std::ranges::transform_view に対して提供されており、 range と変換関数からの推論を可能にします。