Assignment operators

Synopses

Declared in <bits/exception.h>

Assignment operator

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

Assignment operator

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

Created with MrDocs