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, ...
Get More Effective C++ now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.