[stack.general] (original) (raw)

23 Containers library [containers]

23.6 Container adaptors [container.adaptors]

23.6.6 Class template stack [stack]

23.6.6.1 General [stack.general]

1

#

Any sequence container supporting operationsback(),push_back()andpop_back()can be used to instantiatestack.

In particular,,andcan be used.