struct has_same_member_pointer_type

Declaration

template <typename T, typename U>
struct has_same_member_pointer_type : public std::integral_constant { /* full declaration omitted */ };

Declared at: clang/include/clang/AST/RecursiveASTVisitor.h:67

Inherits from: std::integral_constant

Templates

T
U