We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c46997a commit 79d903eCopy full SHA for 79d903e
source/containers.tex
@@ -9750,7 +9750,12 @@
9750
the program is ill-formed.
9751
9752
\pnum
9753
-The iterator type for span is a random access iterator and a contiguous iterator.
+The iterator types \tcode{span::iterator} and \tcode{span::const_iterator} are
9754
+random access iterators\iref{random.access.iterators},
9755
+contiguous iterators\iref{iterator.requirements.general}, and
9756
+constexpr iterators\iref{iterator.requirements.general}.
9757
+All requirements on container iterators\iref{container.requirements} apply to
9758
+\tcode{span::iterator} and \tcode{span::const_iterator} as well.
9759
9760
9761
All member functions of \tcode{span} have constant time complexity.
0 commit comments