ΒΆtemplate <typename FirstMethodPtrTy,
typename SecondMethodPtrTy>
bool isSameMethod(
FirstMethodPtrTy FirstMethodPtr,
SecondMethodPtrTy SecondMethodPtr)
template <typename FirstMethodPtrTy,
typename SecondMethodPtrTy>
bool isSameMethod(
FirstMethodPtrTy FirstMethodPtr,
SecondMethodPtrTy SecondMethodPtr)
Description
Returns true if and only if \p FirstMethodPtr and \p SecondMethodPtr are pointers to the same non-static member function.
Declared at: clang/include/clang/AST/RecursiveASTVisitor.h:91
Templates
- FirstMethodPtrTy
- SecondMethodPtrTy
Parameters
- FirstMethodPtrTy FirstMethodPtr
- SecondMethodPtrTy SecondMethodPtr