LLVM  4.0.0
Static Public Attributes | List of all members
llvm::orc::rpc::APICalls< Funcs >::Contains< F > Class Template Reference

Test whether this API contains Function F. More...

#include <RPCUtils.h>

Collaboration diagram for llvm::orc::rpc::APICalls< Funcs >::Contains< F >:
[legend]

Static Public Attributes

static const bool value = false
 

Detailed Description

template<typename... Funcs>
template<typename F>
class llvm::orc::rpc::APICalls< Funcs >::Contains< F >

Test whether this API contains Function F.

Definition at line 1392 of file RPCUtils.h.

Member Data Documentation

template<typename... Funcs>
template<typename F >
const bool llvm::orc::rpc::APICalls< Funcs >::Contains< F >::value = false
static

Definition at line 1394 of file RPCUtils.h.


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