4
votes
2answers
174 views
What is this C++ technique for adding types to a class called?
I've just found some C++ code (at http://msdn.microsoft.com/en-us/library/k8336763%28VS.71%29.aspx), which uses a technique I've never seen before to add types to an existing class:
class Testpm {
…
