👩💻 Join our community of thousands of amazing developers!
diff --git a/reference/mdspan/mdspan/extents.md b/reference/mdspan/mdspan/extents.md new file mode 100644 index 000000000..a940b1ae1 --- /dev/null +++ b/reference/mdspan/mdspan/extents.md @@ -0,0 +1,65 @@ +# extents +* mdspan[meta header] +* function[meta id-type] +* std[meta namespace] +* mdspan[meta class] +* cpp23[meta cpp] + +```cpp +constexpr const extents_type& extents() const noexcept; +``` + +## 概要 +多次元配列のサイズ情報[`extents`](../extents.md)を取得する + + +## 戻り値 +`map_.extents()` + + +## 例外 +投げない...