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

#include <STLExtras.h>

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

Static Public Attributes

static const bool value
 

Detailed Description

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

Definition at line 638 of file STLExtras.h.

Member Data Documentation

template<typename T , typename U , typename... Ts>
const bool llvm::is_one_of< T, U, Ts...>::value
static
Initial value:
=
std::is_same<T, U>::value || is_one_of<T, Ts...>::value

Definition at line 639 of file STLExtras.h.


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