• Class / Function / Type

      std::
    • Header file

      <>
    • Other / All

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

    履歴 編集

    function template
    <mdspan>

    src-indices

    template<class IndexType, size_t N, class ... SliceSpecifiers>
    constexpr array<IndexType, sizeof...(SliceSpecifiers)>
      src-indices(const array<IndexType, N>& indices, SliceSpecifiers ... slices);
    

    概要

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

    適格要件

    IndexTypeは符号付き整数型または符号無し整数型であること。

    戻り値

    半開区間[0, sizeof...(SliceSpecifiers))kに対して、k番目の要素が下記の値を持つ配列を返す。

    バージョン

    言語

    • C++26

    参照