constexpr V base() const& requires std::copy_constructible<V>;
constexpr V base() &&;
Returns a copy of the underlying view.
base_
(
)