コンストラクタ -- <ranges> data,cdata,empty,size,ssizeの説明を追加 #713

1 · cpprefjp · Aug. 27, 2021, 11:09 a.m.
diff --git a/reference/span/span/op_constructor.md b/reference/span/span/op_constructor.md index ea56fc57c..a1b0a90ad 100644 --- a/reference/span/span/op_constructor.md +++ b/reference/span/span/op_constructor.md @@ -101,7 +101,7 @@ constexpr explicit(extent != dynamic_extent && OtherExtent == dynamic_extent) - 型 `It` はコンセプト [`std::contiguous_iterator`](/reference/iterator/contiguous_iterator.md) のモデルであること - 型 `End` はコンセプト [`std::sized_sentinel_for`](/reference/iterator/sized_sentinel_...