最終更新日時(UTC): 2025年06月03日 14時55分13秒 yoh が更新
履歴 編集
template<const auto& Tag> using decayed-typeof = decltype(auto(Tag)); // exposition only
decayed-typeofは、型TagのDecayed結果型を取得する説明専用のエイリアステンプレートである。
decayed-typeof
Tag
説明専用のエイリアステンプレートdecayed-typeofは、実行制御ライブラリの仕様定義のため導入された。
std::execution