Home | History | Annotate | Download | only in bits

Lines Matching full:_seq

239   template<typename _Tp, typename _Seq>
241 operator==(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
257 template<typename _Tp, typename _Seq>
259 operator<(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
263 template<typename _Tp, typename _Seq>
265 operator!=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
269 template<typename _Tp, typename _Seq>
271 operator>(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
275 template<typename _Tp, typename _Seq>
277 operator<=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
281 template<typename _Tp, typename _Seq>
283 operator>=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
287 template<typename _Tp, typename _Seq>
289 swap(stack<_Tp, _Seq>& __x, stack<_Tp, _Seq>& __y)
292 template<typename _Tp, typename _Seq, typename _Alloc>
293 struct uses_allocator<stack<_Tp, _Seq>, _Alloc>
294 : public uses_allocator<_Seq, _Alloc>::type { };