Move‐constructs a result, transferring the value or error.
Declared in <util/result.h>
<util/result.h>
Result(Result&& other) = default;
Name
Description
other
the result to move from
Created with MrDocs