|
LLVM 24.0.0git
|
Classes | |
| struct | ProxyErrorRet |
| 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... | |
| struct | ProxyErrorRet< Error > |
| struct | ProxyErrorRet< Expected< T > > |
| struct | ProxyErrorRet< void > |
| struct | ProxyRetPromise |
| Maps a proxy's client-facing return type to the std::promise value type used by the blocking call operator (working around MSVC's std::promise). More... | |
| struct | ProxyRetPromise< Error > |
| struct | ProxyRetPromise< Expected< T > > |