Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 539 Bytes

File metadata and controls

25 lines (18 loc) · 539 Bytes

de-ice

  • mdspan[meta header]
  • function template[meta id-type]
  • cpp26[meta cpp]
template<class T>
constexpr T de-ice(T val) { return val; }

template<integral-constant-like T>
constexpr auto de-ice(T) { return T::value; }
  • integral-constant-like[link integral-constant-like.md]

概要

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

バージョン

言語

  • C++26

参照