LLVM  8.0.1
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 "llvm/ADT/STLExtras.h"

Collaboration diagram for llvm::is_one_of< T, Ts >:
Collaboration graph
[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 1016 of file STLExtras.h.

Member Data Documentation

◆ value

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

Definition at line 1017 of file STLExtras.h.


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