LLVM  8.0.1
Static Public Attributes | List of all members
llvm::orc::rpc::detail::CanDeserialize< ChannelT, WireT, ConcreteT > Class Template Reference

#include "llvm/ExecutionEngine/Orc/RPCUtils.h"

Inheritance diagram for llvm::orc::rpc::detail::CanDeserialize< ChannelT, WireT, ConcreteT >:
Inheritance graph
[legend]
Collaboration diagram for llvm::orc::rpc::detail::CanDeserialize< ChannelT, WireT, ConcreteT >:
Collaboration graph
[legend]

Static Public Attributes

static const bool value = decltype(check<S>(0))::value
 

Detailed Description

template<typename ChannelT, typename WireT, typename ConcreteT>
class llvm::orc::rpc::detail::CanDeserialize< ChannelT, WireT, ConcreteT >

Definition at line 910 of file RPCUtils.h.

Member Data Documentation

◆ value

template<typename ChannelT , typename WireT , typename ConcreteT >
const bool llvm::orc::rpc::detail::CanDeserialize< ChannelT, WireT, ConcreteT >::value = decltype(check<S>(0))::value
static

Definition at line 925 of file RPCUtils.h.


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