File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 4333
4333
requires input_range<V> && is_object_v<Pred> &&
4334
4334
indirect_unary_predicate<const Pred, iterator_t<V>>
4335
4335
class take_while_view : public view_interface<take_while_view<V, Pred>> {
4336
+ // \ref {range.take.while.sentinel }, class template \tcode {take_while_view::\exposid {sentinel}}
4336
4337
template<bool> class @\exposid {sentinel}@; // \expos
4337
4338
4338
4339
V @\exposid {base_}@; // \expos
4393
4394
\indexlibraryglobal {take_while_view::sentinel}%
4394
4395
\begin {codeblock }
4395
4396
namespace std::ranges {
4396
- template<class V>
4397
+ template<class V, class Pred >
4397
4398
template<bool Const>
4398
- class take_while_view<V>::@\exposid {sentinel}@ { // \expos
4399
+ class take_while_view<V, Pred >::@\exposid {sentinel}@ { // \expos
4399
4400
using @\exposid {base-t}@ = conditional_t<Const, const V, V>; // \expos
4400
4401
4401
4402
sentinel_t<@\exposid {base-t}@> @\exposid {end_}@ = sentinel_t<@\exposid {base-t}@>(); // \expos
You can’t perform that action at this time.
0 commit comments