Move‐constructs a result, transferring the value or error.

Synopsis

Declared in <util/result.h>

Result(Result&& other) = default;

Parameters

Name

Description

other

the result to move from

Created with MrDocs