Lecture 6 - Slide 13 : 40 |
Each standard container defines a number of types - via using type aliases
These type definitions serve as standard type names that apply for all container types
In C++11 it is often possible to avoid use of container member type names - because auto can be used instead