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

#include <RPCUtils.h>

Inheritance diagram for llvm::orc::rpc::detail::CanSerialize< ChannelT, WireT, ConcreteT >:
[legend]
Collaboration diagram for llvm::orc::rpc::detail::CanSerialize< ChannelT, WireT, ConcreteT >:
[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::CanSerialize< ChannelT, WireT, ConcreteT >

Definition at line 656 of file RPCUtils.h.

Member Data Documentation

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

Definition at line 671 of file RPCUtils.h.


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