layout_left -- mdspan/layout_*: 概要(#1077)

1 · cpprefjp · Jan. 8, 2024, 7:33 a.m.
diff --git a/reference/mdspan/layout_left.md b/reference/mdspan/layout_left.md new file mode 100644 index 000000000..39a9078ad --- /dev/null +++ b/reference/mdspan/layout_left.md @@ -0,0 +1,80 @@ +# layout_left +* mdspan[meta header] +* class[meta id-type] +* std[meta namespace] +* cpp23[meta cpp] + +```cpp +namespace std { + struct layout_left { + template<class Extents> + class mapping; + }; +} +``` +* Extents[link extents.md] +* mapping[link mapping.md.nolink] + +## 概要 +`layout_left`は...