最終更新日時(UTC):
が更新

履歴 編集

type-alias
<functional>

std::decayed-typeof(C++26)

template<const auto& Tag>
using decayed-typeof = decltype(auto(Tag));  // exposition only

概要

decayed-typeofは、型TagDecayed結果型を取得する説明専用のエイリアステンプレートである。

備考

説明専用のエイリアステンプレートdecayed-typeofは、実行制御ライブラリの仕様定義のため導入された。

バージョン

言語

  • C++26

参照