Files
2025-10-25 03:02:53 +03:00

18 lines
573 B
Markdown

[stack.general]
# 23 Containers library [[containers]](./#containers)
## 23.6 Container adaptors [[container.adaptors]](container.adaptors#stack.general)
### 23.6.6 Class template stack [[stack]](stack#general)
#### 23.6.6.1 General [stack.general]
[1](#1)
[#](http://github.com/Eelis/draft/tree/9adde4bc1c62ec234483e63ea3b70a59724c745a/source/containers.tex#L16546)
Any sequence container supporting operationsback(),push_back() andpop_back() can be used to instantiatestack[.](#1.sentence-1)
In particular,<vector>,<list> and<deque> can be used[.](#1.sentence-2)