LLVM  4.0.0
Static Public Attributes | List of all members
llvm::is_one_of< T, Ts > Struct Template Reference

traits class for checking whether type T is one of any of the given types in the variadic list. More...

#include <STLExtras.h>

Collaboration diagram for llvm::is_one_of< T, Ts >:
[legend]

Static Public Attributes

static const bool value = false
 

Detailed Description

template<typename T, typename... Ts>
struct llvm::is_one_of< T, Ts >

traits class for checking whether type T is one of any of the given types in the variadic list.

Definition at line 633 of file STLExtras.h.

Member Data Documentation

template<typename T , typename... Ts>
const bool llvm::is_one_of< T, Ts >::value = false
static

Definition at line 634 of file STLExtras.h.


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