mirror of https://github.com/CGAL/cgal
19 lines
313 B
TeX
19 lines
313 B
TeX
|
|
\cleardoublepage
|
|
\chapter{Associative Containers}
|
|
|
|
Associative containers are objects that store other objects of a single type.
|
|
They allow for the fast retrieval of data based on keys.
|
|
|
|
\input{Use_of_Stl/set}
|
|
|
|
\input{Use_of_Stl/multiset}
|
|
|
|
\newpage
|
|
\input{Use_of_Stl/map}
|
|
|
|
\newpage
|
|
\input{Use_of_Stl/multimap}
|
|
|
|
|