std::expected<T,E>::~expected

Destroys the contained value:

# Declarations

constexpr ~expected();

(since C++23)

# Example

This section is incompleteReason: no example