22
Containers library
[containers]
22.6
Container adaptors
[container.adaptors]
22.6.6
Class template
stack
[stack]
22.6.6.1
General
[stack.general]
1
#
Any sequence container supporting operations
back
(
)
,
push_back
(
)
and
pop_back
(
)
can be used to instantiate
stack
.
In particular,
vector
,
list
and
deque
can be used
.