std::move_sentinel<S>::base

Returns the underlying base sentinel.

# Declarations

constexpr S base() const;

(since C++20)

# Return value

The underlying sentinel.

# Example

This section is incompleteReason: no example

# See also