tmp/tmpn986tjd1/{from.md → to.md}
RENAMED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#### General <a id="stack.general">[[stack.general]]</a>
|
| 2 |
+
|
| 3 |
+
Any sequence container supporting operations `back()`, `push_back()` and
|
| 4 |
+
`pop_back()` can be used to instantiate `stack`. In particular, `vector`
|
| 5 |
+
[[vector]], `list` [[list]] and `deque` [[deque]] can be used.
|
| 6 |
+
|