Assignment operator
Synopsis
Declared in <beman/optional/optional.hpp>
constexpr
exception&
operator=(exception&& value) = default;
Return Value
Base class for all library exceptions.
Parameters
Name |
Description |
value |
The object to move assign from |
Created with MrDocs