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 17119
17119
\tcode{views::all(E)}
17120
17120
if \tcode{T} models \libconcept{input_range},
17121
17121
does not satisfy \libconcept{common_range}, and
17122
- does not satisfy \libconcept{forward_range};
17122
+ does not satisfy \libconcept{forward_range}.
17123
17123
\item
17124
17124
Otherwise, \tcode{to_input_view(E)}.
17125
17125
\end{itemize}
17162
17162
\begin{itemdescr}
17163
17163
\pnum
17164
17164
\effects
17165
- Initializes \exposid{base_} with std::move(base).
17165
+ Initializes \exposid{base_} with \tcode{ std::move(base)} .
17166
17166
\end{itemdescr}
17167
17167
17168
17168
\begin{itemdecl}
17271
17271
17272
17272
\begin{itemdecl}
17273
17273
constexpr @\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}@ >>;
17275
17275
\end{itemdecl}
17276
17276
17277
17277
\begin{itemdescr}
17281
17281
\end{itemdescr}
17282
17282
17283
17283
\begin{itemdecl}
17284
- constexpr iterator_t<Base> base() &&;
17284
+ constexpr iterator_t<@\exposid{ Base}@ > base() &&;
17285
17285
\end{itemdecl}
17286
17286
17287
17287
\begin{itemdescr}
17291
17291
\end{itemdescr}
17292
17292
17293
17293
\begin{itemdecl}
17294
- constexpr const iterator_t<Base>& base() const & noexcept;
17294
+ constexpr const iterator_t<@\exposid{ Base}@ >& base() const & noexcept;
17295
17295
\end{itemdecl}
17296
17296
17297
17297
\begin{itemdescr}
17301
17301
\end{itemdescr}
17302
17302
17303
17303
\begin{itemdecl}
17304
- constexpr iterator& operator++();
17304
+ constexpr @\exposid{ iterator}@ & operator++();
17305
17305
\end{itemdecl}
17306
17306
17307
17307
\begin{itemdescr}
17325
17325
\end{itemdescr}
17326
17326
17327
17327
\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);
17329
17329
\end{itemdecl}
17330
17330
17331
17331
\begin{itemdescr}
You can’t perform that action at this time.
0 commit comments