|
LLVM 24.0.0git
|
Maps a proxy's callee return type to the type delivered to the client, so a dispatch failure can always be reported alongside the result: More...
#include "llvm/ExecutionEngine/Orc/RTBridge/Proxy.h"
Public Types | |
| using | type = Expected<T> |
Maps a proxy's callee return type to the type delivered to the client, so a dispatch failure can always be reported alongside the result:
void -> Error
Error -> Error
T -> Expected<T>
| using llvm::orc::rt::detail::ProxyErrorRet< T >::type = Expected<T> |