Searched refs:AnError (Results 1 – 1 of 1) sorted by relevance
88 Expected(Status AnError) in Expected() argument89 : TheState(State::FAILURE), TheError(std::move(AnError)) { in Expected()90 assert(AnError.isError() && "constructing an error Expected value from a " in Expected()