General Index
This index is for everything in this book except the classes, functions, and templates I use as examples. If you're looking for a reference to a particular class, function, or template I use as an example, please turn to the index beginning on page 313. For everything else, this is the place to be. In particular, classes, functions, and templates in the standard C++ library (e.g., string, auto_ptr, list, vector, etc.) are indexed here.
For the most part, operators are listed under operator. For example, operator<< is listed under operator<<, not under <<, etc. However, operators whose names are words or are word-like (e.g., new, delete, sizeof, const_cast, etc.) are listed under the appropriate words (e.g., new, delete, sizeof, ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access