cgal/Packages/Manual/doc_tex_skel/use_of_stl/AssociativeContainer.tex

19 lines
285 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{set.tex}
\input{multiset.tex}
\newpage
\input{map.tex}
\newpage
\input{multimap.tex}