mrdocs::Error::operator=
Assignment operators
Synopses
Declared in <mrdocs/Support/Error.hpp>
Assignment.
constexpr
Error&
operator=(Error const& other) = default;
Constructor.
constexpr
Error&
operator=(Error&& other) noexcept = default;
Created with MrDocs