clang 19.0.0git
clang::tooling::internal::HasBaseOf< Base, First, Rest > Struct Template Reference

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

#include "clang/Tooling/Refactoring/RefactoringActionRulesInternal.h"

Inheritance diagram for clang::tooling::internal::HasBaseOf< Base, First, Rest >:
Inheritance graph
[legend]

Detailed Description

template<typename Base, typename First, typename... Rest>
struct clang::tooling::internal::HasBaseOf< Base, First, Rest >

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

Definition at line 97 of file RefactoringActionRulesInternal.h.


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