Appendix A. C++
Templates by Example
This chapter is meant to be a brief introduction to
the basics of C++ templates using examples. It also shows some of
the advanced template features that ATL uses, but without any ATL
code cluttering up things. For a more thorough introduction to
templates, see Stan Lippman's C++
Primer (Addison-Wesley, 2005).
|