[cfe-dev] Comparing TemplateArguments
Konstantin Tokarev
annulen at yandex.ru
Mon Oct 15 09:14:41 PDT 2012
15.10.2012, 19:32, "Konstantin Tokarev" <annulen at yandex.ru>:
> Hi all,
>
> I need to find out if all template specializations have the same value of certain template parameter, discregarding nature of this parameter (it may not be type).
>
> Is it possible to compare TemplateArgument objects independenlty of their ArgKind?
Sorry, I've missed TemplateArgument::structurallyEquals(). Look like it's what I'm looking for.
--
Regards,
Konstantin
More information about the cfe-dev
mailing list