operator== -- mdspan/extents: 全メンバ(#1077)

1 · cpprefjp · Jan. 8, 2024, 10:32 a.m.
diff --git a/reference/mdspan/extents/op_equal.md b/reference/mdspan/extents/op_equal.md new file mode 100644 index 000000000..cf11302ba --- /dev/null +++ b/reference/mdspan/extents/op_equal.md @@ -0,0 +1,70 @@ +# operator== +* mdspan[meta header] +* function[meta id-type] +* std[meta namespace] +* extents[meta class] +* cpp23[meta cpp] + +```cpp +template<class OtherIndexType, size_t... OtherExtents> +friend constexpr bool operator==( + const extents& lhs, + const extents<OtherIndexType, Othe...