Namespaces
Variants
Views
Actions

std::ranges::take_view<V>::sentinel<Const>::base

From cppreference.com
< cpp‎ | ranges‎ | take view‎ | sentinel
 
 
Ranges library
Range adaptors
 
 
constexpr ranges::sentinel_t<Base> base() const;
(since C++20)

Returns the underlying sentinel.

[edit] Parameters

(none)

[edit] Return value

a copy of the underlying sentinel

[edit] Example