beman::optional::optional<T&>::~optional

Destructor.

Synopsis

Declared in <beman/optional/optional.hpp>
constexpr
~optional() = default;


Description

Does not destroy the stored value, as it is a reference.

Created with MrDocs