cgal/Manual/doc_tex/Use_of_Stl/AssociativeContainer.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}