ΒΆtemplate <typename T>
Expected<T> errorOrToExpected(ErrorOr<T>&& EO)

Description

Convert an ErrorOr <T > to an Expected <T >.

Declared at: llvm/include/llvm/Support/Error.h:1137

Templates

T

Parameters

ErrorOr<T>&& EO