std::expected<T,E>::~expected
Min standard notice:
Destroys the contained value, if any, or the contained unexpected value.
# Declarations
constexpr ~expected();
(since C++23)
Destroys the contained value, if any, or the contained unexpected value.
constexpr ~expected();
(since C++23)