• Class / Function / Type

      std::
    • Header file

      <>
    • Other / All

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

    履歴 編集

    function template
    <mdspan>

    de-ice

    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

    参照