Stack
Home Up

 

Same level pages:
Vector
Deque
List
Set
Multiset
Map
Multimap
String
Bitset
Stack
Queue
Priority Queue

Parent level pages:
Containers
Classes
Iterators
Algorithms

The template class stack<T, Seq> is an adaptor that stores data in a  sequence Seq (a deque<T> by default> to provide a restricted subset of container functionality. It is assignable and default constructible. T must be assignable. Seq must be a back insertion sequence whose value type is T.   It may also be required that T be equality comparible and/or less-than comparable.

ŠPaul Buis & Ball State University Author: Paul Buis (peb@bsu.edu) Last Modified:10/26/00 03:31 PM

NOTICE: The information presented on this page represents the personal views, ideas, and opinions of the author. This is not an official Ball State University web page. Links contained at this web site to other organizations, are presented as a service and neither constitute nor imply university endorsement or warranty.