struct AreBaseOf

Declaration

template <typename Base, typename First, typename... Rest>
struct AreBaseOf { /* full declaration omitted */ };

Description

A type trait that returns true when the given type list contains types that derive from Base.

Declared at: clang/include/clang/Tooling/Refactoring/RefactoringActionRulesInternal.h:107

Templates

Base
First
Rest