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
Destructor.
Declared in <beman/optional/optional.hpp>
constexpr
~optional() = default;
Does not destroy the stored value, as it is a reference.
Created with MrDocs