struct is_same_method_impl

Declaration

template <bool has_same_type>
struct is_same_method_impl { /* full declaration omitted */ };

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

Templates

bool has_same_type

Method Overview

  • public template <typename FirstMethodPtrTy, typename SecondMethodPtrTy>static bool isSameMethod(FirstMethodPtrTy FirstMethodPtr, SecondMethodPtrTy SecondMethodPtr)

Methods

ΒΆtemplate <typename FirstMethodPtrTy,
          typename SecondMethodPtrTy>
static bool isSameMethod(
    FirstMethodPtrTy FirstMethodPtr,
    SecondMethodPtrTy SecondMethodPtr)

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

Templates

FirstMethodPtrTy
SecondMethodPtrTy

Parameters

FirstMethodPtrTy FirstMethodPtr
SecondMethodPtrTy SecondMethodPtr