LLVM  4.0.0
List of all members
llvm::orc::rpc::detail::ResultTraits< Error > Class Template Reference

#include <RPCUtils.h>

Inheritance diagram for llvm::orc::rpc::detail::ResultTraits< Error >:
[legend]
Collaboration diagram for llvm::orc::rpc::detail::ResultTraits< Error >:
[legend]

Additional Inherited Members

- Public Types inherited from llvm::orc::rpc::detail::ResultTraits< void >
using ErrorReturnType = Error
 
using ReturnPromiseType = std::promise< ErrorReturnType >
 
using ReturnFutureType = std::future< ErrorReturnType >
 
- Static Public Member Functions inherited from llvm::orc::rpc::detail::ResultTraits< void >
static ErrorReturnType createBlankErrorReturnValue ()
 
static void consumeAbandoned (ErrorReturnType Err)
 

Detailed Description

template<>
class llvm::orc::rpc::detail::ResultTraits< Error >

Definition at line 268 of file RPCUtils.h.


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