Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 817 Bytes

File metadata and controls

41 lines (28 loc) · 817 Bytes

strides

  • mdspan[meta header]
  • function[meta id-type]
  • std[meta namespace]
  • layout_left_padded::mapping[meta class]
  • cpp26[meta cpp]
constexpr array<index_type, rank_> strides() const noexcept;
  • array[link /reference/array/array.md]

概要

ストライド幅配列を取得する。

戻り値

array<index_type, rank_>({stride(P_rank)...})

例外

投げない

バージョン

言語

  • C++26

処理系

関連項目

参照