June 2025
Intermediate to advanced
1093 pages
33h 24m
English
ContainerA concept of the standard library, according to which multiple types operate. They hold elements of the same type.
Sequence containers array, vector, deque, list, and forward_listOrder of elements determined by the user.
Associative containers map and set, each also multi and unorderedFor storing a value based on a key.
AdapterA group of wrapper classes around containers that offer their own interface.
Spanning views span and string_view since C++20, and mdspan since C++23Configurable views into a container.
<algorithm>Standard library header with extended operations on containers.
IteratorA concept for referencing elements in containers.
AllocatorThe ability to intervene in ...
Read now
Unlock full access