stl_stack.h File Reference
Go to the source code of this file.
Classes
Namespaces
Defines
Functions
- template<typename _Tp , typename _Seq > bool std::operator!= (const stack< _Tp, _Seq > &__x, const stack< _Tp, _Seq > &__y)
- template<typename _Tp , typename _Seq > bool std::operator< (const stack< _Tp, _Seq > &__x, const stack< _Tp, _Seq > &__y)
- template<typename _Tp , typename _Seq > bool std::operator<= (const stack< _Tp, _Seq > &__x, const stack< _Tp, _Seq > &__y)
- template<typename _Tp , typename _Seq > bool std::operator== (const stack< _Tp, _Seq > &__x, const stack< _Tp, _Seq > &__y)
- template<typename _Tp , typename _Seq > bool std::operator> (const stack< _Tp, _Seq > &__x, const stack< _Tp, _Seq > &__y)
- template<typename _Tp , typename _Seq > bool std::operator>= (const stack< _Tp, _Seq > &__x, const stack< _Tp, _Seq > &__y)
-
template<typename _Tp , typename _Seq > void std::swap (stack< _Tp, _Seq > &__x, stack< _Tp, _Seq > &&__y)
-
template<typename _Tp , typename _Seq > void std::swap (stack< _Tp, _Seq > &&__x, stack< _Tp, _Seq > &__y)
-
template<typename _Tp , typename _Seq > void std::swap (stack< _Tp, _Seq > &__x, stack< _Tp, _Seq > &__y)
Detailed Description
This is an internal header file, included by other library headers. You should not attempt to use it directly.
Definition in file stl_stack.h.