Skip to content

Commit 9cc50c1

Browse files
authored
[span.iterators] Specify iterator value_type and reference (#4062)
1 parent 7558092 commit 9cc50c1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

source/containers.tex

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11236,7 +11236,11 @@
1123611236
requirements\iref{random.access.iterators},
1123711237
and
1123811238
meets the requirements for
11239-
constexpr iterators\iref{iterator.requirements.general}.
11239+
constexpr iterators\iref{iterator.requirements.general},
11240+
whose value type is \tcode{value_type} and
11241+
whose reference type is \tcode{reference}.
11242+
11243+
\pnum
1124011244
All requirements on container iterators\iref{container.requirements} apply to
1124111245
\tcode{span::iterator} as well.
1124211246
\end{itemdescr}

0 commit comments

Comments
 (0)