|
Stxxl
1.3.1
|
Similar to std::stack, with the following differences: More...
#include <pq_helpers.h>
Public Member Functions | |
| void | push (const value_type &x) |
| const value_type & | top () const |
| void | pop () |
| void | clear () |
| size_type | size () const |
| bool | empty () const |
Similar to std::stack, with the following differences:
1.8.5