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

traits class for checking whether type T is a base class for all the given types in the variadic list. More...

#include "llvm/ADT/STLExtras.h"

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

Static Public Attributes

static const bool value = true
 

Detailed Description

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

traits class for checking whether type T is a base class for all the given types in the variadic list.

Definition at line 1028 of file STLExtras.h.

Member Data Documentation

◆ value

template<typename T , typename... Ts>
const bool llvm::are_base_of< T, Ts >::value = true
static

Definition at line 1029 of file STLExtras.h.


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