File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1711917119\tcode{views::all(E)}
1712017120if \tcode{T} models \libconcept{input_range},
1712117121does not satisfy \libconcept{common_range}, and
17122- does not satisfy \libconcept{forward_range};
17122+ does not satisfy \libconcept{forward_range}.
1712317123\item
1712417124Otherwise, \tcode{to_input_view(E)}.
1712517125\end{itemize}
1716217162\begin{itemdescr}
1716317163\pnum
1716417164\effects
17165- Initializes \exposid{base_} with std::move(base).
17165+ Initializes \exposid{base_} with \tcode{ std::move(base)} .
1716617166\end{itemdescr}
1716717167
1716817168\begin{itemdecl}
1727117271
1727217272\begin{itemdecl}
1727317273constexpr @\exposid{iterator}@(@\exposid{iterator}@<!Const> i)
17274- requires Const && @\libconcept{convertible_to}@<iterator_t<V>, iterator_t<Base>>;
17274+ requires Const && @\libconcept{convertible_to}@<iterator_t<V>, iterator_t<@\exposid{ Base}@ >>;
1727517275\end{itemdecl}
1727617276
1727717277\begin{itemdescr}
1728117281\end{itemdescr}
1728217282
1728317283\begin{itemdecl}
17284- constexpr iterator_t<Base> base() &&;
17284+ constexpr iterator_t<@\exposid{ Base}@ > base() &&;
1728517285\end{itemdecl}
1728617286
1728717287\begin{itemdescr}
1729117291\end{itemdescr}
1729217292
1729317293\begin{itemdecl}
17294- constexpr const iterator_t<Base>& base() const & noexcept;
17294+ constexpr const iterator_t<@\exposid{ Base}@ >& base() const & noexcept;
1729517295\end{itemdecl}
1729617296
1729717297\begin{itemdescr}
1730117301\end{itemdescr}
1730217302
1730317303\begin{itemdecl}
17304- constexpr iterator& operator++();
17304+ constexpr @\exposid{ iterator}@ & operator++();
1730517305\end{itemdecl}
1730617306
1730717307\begin{itemdescr}
1732517325\end{itemdescr}
1732617326
1732717327\begin{itemdecl}
17328- friend constexpr bool operator==(const @\exposid{iterator}@& x, const sentinel_t<Base>& y);
17328+ friend constexpr bool operator==(const @\exposid{iterator}@& x, const sentinel_t<@\exposid{ Base}@ >& y);
1732917329\end{itemdecl}
1733017330
1733117331\begin{itemdescr}
You can’t perform that action at this time.
0 commit comments