struct are_base_of

Declaration

template <typename T, typename... Ts>
struct are_base_of { /* full declaration omitted */ };

Description

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

Declared at: llvm/include/llvm/ADT/STLExtras.h:1011

Templates

T
Ts

Member Variables

public static const bool value = true