std::move_sentinel<S>::base
Min standard notice:
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
Returns the underlying base sentinel.
constexpr S base() const;
(since C++20)
The underlying sentinel.
This section is incompleteReason: no example