#include <bits/concept_check.h>#include <debug/debug.h>Include dependency graph for stl_stack.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | std |
Classes | |
| class | std::stack< Type, Sequence > |
| A standard container giving FILO behavior. More... | |
Defines | |
| #define | STACKH |
Functions | |
| template<typename Type, typename Seq> | |
| bool | std::operator== (const stack< Type, Seq > &x, const stack< Type, Seq > &y) |
| Stack equality comparison. | |
| template<typename Type, typename Seq> | |
| bool | std::operator< (const stack< Type, Seq > &x, const stack< Type, Seq > &y) |
| Stack ordering relation. | |
| template<typename Type, typename Seq> | |
| bool | std::operator!= (const stack< Type, Seq > &x, const stack< Type, Seq > &y) |
| Based on operator==. | |
| template<typename Type, typename Seq> | |
| bool | std::operator> (const stack< Type, Seq > &x, const stack< Type, Seq > &y) |
| Based on operator<. | |
| template<typename Type, typename Seq> | |
| bool | std::operator<= (const stack< Type, Seq > &x, const stack< Type, Seq > &y) |
| Based on operator<. | |
| template<typename Type, typename Seq> | |
| bool | std::operator>= (const stack< Type, Seq > &x, const stack< Type, Seq > &y) |
| Based on operator<. | |
Definition in file stl_stack.h.
1.5.1