Assignment operator

Synopsis

Declared in <bits/exception.h>

constexpr
exception&
operator=(exception const& value) = default;

Return Value

Base class for all library exceptions.

Parameters

Name Description

value

The object to copy assign from

Created with MrDocs