struct HasBaseOf

Declaration

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

Description

A type trait that returns true when the given type list has at least one type whose base is the given base type.

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

Templates

Base
First
Rest