24
Containers library
[containers]
24.6
Container adaptors
[container.adaptors]
24.6.8
Class template
stack
[stack]
24.6.8.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
.