Standard C++ Library Class Reference

Click on the banner to return to the Class Reference home page.
©Copyright 1996 Rogue Wave Software
stack
Container Adaptor
Summary
A container adaptor which behaves like a stack (last in, first out).
Contents
Synopsis
Description
Interface
Constructor
Allocator
Member Functions
Non-member Operators
Example
Warnings
See Also
Synopsis
#include <stack>
template <class T, class Container = deque<T>,
class Allocator = allocator>
class stack ;