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

履歴 編集

function template
<mdspan>

de-ice(C++26)

template<class T>
constexpr T de-ice(T val) { return val; }

template<integral-constant-like T>
constexpr auto de-ice(T) { return T::value; }

概要

de-icesubmdspan動作説明用の関数テンプレートである。

バージョン

言語

  • C++26

参照