Effective C++ Item 47: Use traits classes for info

55
One of the strengths of C++ is the inheritability of classes. Learn how to use traits classes for information about types in this sample chapter from Effective C++: 55 Specific Ways to Improve Your Programs and Designs.

Link: informit.com

Category:

  • C/C++