(1) | template <class T, class Alloc> bool operator== (const forward_list<T,Alloc>& lhs, const forward_list<T,Alloc>& rhs); |
---|
(2) | template <class T, class Alloc> bool operator!= (const forward_list<T,Alloc>& lhs, const forward_list<T,Alloc>& rhs); |
---|
(3) | template <class T, class Alloc> bool operator< (const forward_list<T,Alloc>& lhs, const forward_list<T,Alloc>& rhs); |
---|
(4) | template <class T, class Alloc> bool operator<= (const forward_list<T,Alloc>& lhs, const forward_list<T,Alloc>& rhs); |
---|
(5) | template <class T, class Alloc> bool operator> (const forward_list<T,Alloc>& lhs, const forward_list<T,Alloc>& rhs); |
---|
(6) | template <class T, class Alloc> bool operator>= (const forward_list<T,Alloc>& lhs, const forward_list<T,Alloc>& rhs); |
---|