C++ STL Containers Selection Criteria

 

This write-up is a visual representation to aid in making a decision in selection of various C++ STL container types, based on their intended use-cases & properties.

Traditional C++ STL Containers Decision making

C++STL_Containers_Flowchart

Modern C++ STL Containers decision making:

C++11_STL_Containers_Flowchart

References