Typedefs |
STL operates on a variety of memory
architectures ranging from the old segmented 16-bit models to the more modern
32- and 64-bit architectures. STL does this by hiding the types that vary with
the memory architecture behind a layer of typedefs
. Each collection defines several typedefs . The
following table lists the typedefs included in the
collection definition.
The interface to all STL containers
is defined using these typedefs .
Copyright©1994-2026 Recursion
Software LLC
All Rights Reserved - For use by licensed users only.