26.1 All Containers Arranged by Aspects26.1.1 When Is a “vector” Not the Best Choice?26.1.2 Always Sorted: “set”, “map”, “multiset”, and “multimap”26.1.3 In Memory Contiguously: “vector”, “array”26.1.4 Cheap Insertion: “list”26.1.5 Low Memory Overhead: “vector”, “array”26.1.6 Size Dynamic: All Except “array”