std::ranges::take_while_view<V,Pred>::sentinel<Const>::base
< cpp | ranges | take while view | sentinel
|
constexpr ranges::sentinel_t<Base> base() const;
|
(since C++20) | |
Returns the underlying sentinel.
Parameters
(none)
Return value
a copy of the underlying sentinel
Example
| This section is incomplete Reason: no example |