util::Result::Result

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

Synopsis

Declared in <util/result.h>

Result(Result&& other) = default;

Parameters

NameDescription
otherthe result to move from