LLVM 24.0.0git
llvm::orc::rt::detail::ProxyRetPromise< T > Struct Template Reference

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...

Inheritance diagram for llvm::orc::rt::detail::ProxyRetPromise< T >:
[legend]

Detailed Description

template<typename T>
struct llvm::orc::rt::detail::ProxyRetPromise< T >

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).

Definition at line 77 of file Proxy.h.


The documentation for this struct was generated from the following file: