Containers library

cppreference.com

Sequence containers

array

vector

deque

forward_list

list

Associative containers

set

map

multiset

multimap

Unordered associative containers

unordered_set

unordered_map

unordered_multiset

unordered_multimap

Container adaptors

stack

queue

priority_queue

Views

span

mdspan


Back to top

cpp2reference.com licensed under CC-BY-SA and GFDL.