Copy assignment operator.

Synopsis

Declared in <beman/optional/optional.hpp>

constexpr
optional&
operator=(optional const& rhs) noexcept = default;

Return Value

optional&

Parameters

Name

Description

rhs

Created with MrDocs