#include <bits/concept_check.h>#include <debug/debug.h>Go to the source code of this file.
Namespaces | |
| namespace | std |
Classes | |
| class | std::stack< _Tp, _Sequence > |
| A standard container giving FILO behavior. More... | |
Defines | |
| #define | _STACK_H 1 |
Functions | |
| template<typename _Tp, typename _Seq> | |
| bool | std::operator== (const stack< _Tp, _Seq > &__x, const stack< _Tp, _Seq > &__y) |
| Stack equality comparison. | |
| template<typename _Tp, typename _Seq> | |
| bool | std::operator< (const stack< _Tp, _Seq > &__x, const stack< _Tp, _Seq > &__y) |
| Stack ordering relation. | |
| template<typename _Tp, typename _Seq> | |
| bool | std::operator!= (const stack< _Tp, _Seq > &__x, const stack< _Tp, _Seq > &__y) |
| Based on operator==. | |
| template<typename _Tp, typename _Seq> | |
| bool | std::operator> (const stack< _Tp, _Seq > &__x, const stack< _Tp, _Seq > &__y) |
| Based on operator<. | |
| template<typename _Tp, typename _Seq> | |
| bool | std::operator<= (const stack< _Tp, _Seq > &__x, const stack< _Tp, _Seq > &__y) |
| Based on operator<. | |
| template<typename _Tp, typename _Seq> | |
| bool | std::operator>= (const stack< _Tp, _Seq > &__x, const stack< _Tp, _Seq > &__y) |
| Based on operator<. | |
Definition in file stl_stack.h.
| #define _STACK_H 1 |
Definition at line 62 of file stl_stack.h.
1.4.7