clang 19.0.0git
clang::detail::has_same_member_pointer_type< R(T::*)(P...), R(U::*)(P...)> Struct Template Reference

#include "clang/AST/RecursiveASTVisitor.h"

Inheritance diagram for clang::detail::has_same_member_pointer_type< R(T::*)(P...), R(U::*)(P...)>:
Inheritance graph
[legend]

Detailed Description

template<typename T, typename U, typename R, typename... P>
struct clang::detail::has_same_member_pointer_type< R(T::*)(P...), R(U::*)(P...)>

Definition at line 70 of file RecursiveASTVisitor.h.


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