[#mrdocs-Error-operator_assign-05] = xref:mrdocs.adoc[mrdocs]::xref:mrdocs/Error.adoc[Error]::operator= :relfileprefix: ../../ :mrdocs: Assignment. == Synopsis Declared in `<mrdocs/Support/Error.hpp>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:mrdocs/Error.adoc[Error]& operator=(xref:mrdocs/Error.adoc[Error] const& other) = default; ---- == Return Value Reference to the current object == Parameters [cols="1,4"] |=== | Name| Description | *other* | The object to copy assign from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#