First Class Containers


Standards<ToolKit> providprovideses a wide variety of container classes. This chapter provides indepth information concerning containers that interface with first class containers. There are two different types of containers that are subordinate to first class containers: sequential and associative. Sequential and associative containers are discussed in separate sections of this chapter.

Each container description contains the following topics.

Sequential Containers

vector

deque

list

Associative Containers

set, hash_set

multiset, hash_multiset

map, hash_map

multimap, hash_multimap


Copyright©1994-2026 Recursion Software LLC
All Rights Reserved - For use by licensed users only.