| 
| template<typename _Key , typename _Tp , typename _Compare , typename _Alloc >  | 
| bool  | galois::operator== (const flat_map< _Key, _Tp, _Compare, _Alloc > &__x, const flat_map< _Key, _Tp, _Compare, _Alloc > &__y) | 
|   | 
| template<typename _Key , typename _Tp , typename _Compare , typename _Alloc >  | 
| bool  | galois::operator< (const flat_map< _Key, _Tp, _Compare, _Alloc > &__x, const flat_map< _Key, _Tp, _Compare, _Alloc > &__y) | 
|   | 
| template<typename _Key , typename _Tp , typename _Compare , typename _Alloc >  | 
| bool  | galois::operator!= (const flat_map< _Key, _Tp, _Compare, _Alloc > &__x, const flat_map< _Key, _Tp, _Compare, _Alloc > &__y) | 
|   | Based on operator==.  More...
  | 
|   | 
| template<typename _Key , typename _Tp , typename _Compare , typename _Alloc >  | 
| bool  | galois::operator> (const flat_map< _Key, _Tp, _Compare, _Alloc > &__x, const flat_map< _Key, _Tp, _Compare, _Alloc > &__y) | 
|   | Based on operator<.  More...
  | 
|   | 
| template<typename _Key , typename _Tp , typename _Compare , typename _Alloc >  | 
| bool  | galois::operator<= (const flat_map< _Key, _Tp, _Compare, _Alloc > &__x, const flat_map< _Key, _Tp, _Compare, _Alloc > &__y) | 
|   | Based on operator<.  More...
  | 
|   | 
| template<typename _Key , typename _Tp , typename _Compare , typename _Alloc >  | 
| bool  | galois::operator>= (const flat_map< _Key, _Tp, _Compare, _Alloc > &__x, const flat_map< _Key, _Tp, _Compare, _Alloc > &__y) | 
|   | Based on operator<.  More...
  | 
|   | 
| template<typename _Key , typename _Tp , typename _Compare , typename _Alloc >  | 
| void  | std::swap (galois::flat_map< _Key, _Tp, _Compare, _Alloc > &__x, galois::flat_map< _Key, _Tp, _Compare, _Alloc > &__y) | 
|   | See galois::flat_map::swap().  More...
  | 
|   |