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

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

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

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

Detailed Description

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

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

Definition at line 107 of file RefactoringActionRulesInternal.h.


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