Searched defs:ResultError (Results 1 – 1 of 1) sorted by relevance
132 struct ResultError { struct134 ResultError(T&& message, P&& code) in ResultError() function139 ResultError& operator=(const ResultError& other) = default; argument140 ResultError& operator=(ResultError&& other) = default; argument163 auto format_as(ResultError<E, true> error) { in format_as() argument