beman::optional::optional::~optional

Destructs the optional.

Synopsis

Declared in <beman/optional/optional.hpp>
constexpr
~optional()
requires std::is_trivially_destructible_v<T> = default;


Created with MrDocs