[#util-Result-2constructor-02] = xref:util.adoc[util]::xref:util/Result.adoc[Result]::Result :relfileprefix: ../../ :mrdocs: Move‐constructs a result, transferring the value or error. == Synopsis Declared in `<util/result.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- Result(xref:util/Result.adoc[Result]&& other) = default; ---- == Parameters [cols="1,4"] |=== | Name| Description | *other* | the result to move from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#