• Class / Function / Type

      std::
    • Header file

      <>
    • Other / All

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

    履歴 編集

    variable
    <span>

    maybe-static-ext

    template<class T>
      constexpr size_t maybe-static-ext = dynamic_extent;  // exposition only
    template<integral-constant-like T>
      constexpr size_t maybe-static-ext<T> = {T::value};
    

    概要

    maybe-static-extは、型Tからdynamic_extentまたは静的要素数を取り出す説明専用定数である。

    バージョン

    言語

    • C++26

    参照