Destructs the optional.
Synopsis
Declared in <beman/optional/optional.hpp>
constexpr
~optional()
requires std::is_trivially_destructible_v<T> = default;
Created with MrDocs
Destructs the optional.
Declared in <beman/optional/optional.hpp>
constexpr
~optional()
requires std::is_trivially_destructible_v<T> = default;
Created with MrDocs