Click here to Skip to main content
15,887,135 members
Articles / Programming Languages / C++

Quickly check whether C++ template instances have the same parameters

Rate me:
Please Sign up or sign in to vote.
4.20/5 (5 votes)
5 Feb 2012CPOL 42.2K   4  
How to check whether two template instances of a C++ class have the same template parameters without using dynamic_cast

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer University of Stuttgart
Germany Germany
I have studied Software Engineering and am currently working at the University of Stuttgart, Germany.

I have been programming for many years and have a background in C++, C#, Java, Python and web languages (HTML, CSS, JavaScript).

Comments and Discussions