SageInterface::templateArgumentEquivalence
Verify that 2 SgTemplateArgument are equivalent (same type, same expression, or same template declaration)
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
[[visibility]]
bool
templateArgumentEquivalence(
SgTemplateArgument* arg1,
SgTemplateArgument* arg2);
Parameters
Name |
Description |
arg1 |
This class represents template argument within the use of a template to build an instantiation. |
arg2 |
This class represents template argument within the use of a template to build an instantiation. |
Created with MrDocs