File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 10709
10709
\pnum
10710
10710
\effects
10711
10711
Initializes \tcode {data_} with \tcode {to_address(first)} and
10712
- \tcode {size_} with \tcode {first + count}.
10712
+ \tcode {size_} with \tcode {count}.
10713
10713
10714
10714
\pnum
10715
10715
\throws
10734
10734
of the iterator reference type to \tcode {element_type}.
10735
10735
\end {note }
10736
10736
\item \tcode {It} satisfies \libconcept {contiguous_iterator}.
10737
- \item \tcode {End} satisfies \tcode {\libconcept {sized_sentinel_for}<It>}.
10737
+ \item \tcode {End} satisfies \tcode {\libconcept {sized_sentinel_for}<End, It>}.
10738
10738
\item \tcode {is_convertible_v<End, size_t>} is \tcode {false}.
10739
10739
\end {itemize }
10740
10740
10745
10745
then \tcode {last - first} is equal to \tcode {extent}.
10746
10746
\item \range {first}{last} is a valid range.
10747
10747
\item \tcode {It} models \libconcept {contiguous_iterator}.
10748
- \item \tcode {End} models \tcode {\libconcept {sized_sentinel_for}<It>}.
10748
+ \item \tcode {End} models \tcode {\libconcept {sized_sentinel_for}<End, It>}.
10749
10749
\end {itemize }
10750
10750
10751
10751
\pnum
You can’t perform that action at this time.
0 commit comments