Specialization and overloading of function templates play important roles in building components of the C++ Standard Library. The following small code files were used in the presentation in today's class Save these files to a local directory and compile and run them as is, and with small changes to different features to test your understanding of their role.We also continued with the slides from last time on concepts, or "families of abstractions," as illustrated by sequence container concepts in STL.
|