Assignment operators
Synopses
Declared in <beman/optional/optional.hpp>
Assignment operator.
constexpr
optional&
operator=(optional const& rhs) noexcept = default;
Nullopt assignment operator.
constexpr
optional<T&>&
operator=(nullopt_t value) noexcept;
Return Value
optional&
Created with MrDocs