| 
| template<class T , class Alloc >  | 
| bool  | boost::operator== (const circular_buffer< T, Alloc > &lhs, const circular_buffer< T, Alloc > &rhs) | 
|   | Compare two circular_buffers element-by-element to determine if they are equal.  More...
  | 
|   | 
| template<class T , class Alloc >  | 
| bool  | boost::operator< (const circular_buffer< T, Alloc > &lhs, const circular_buffer< T, Alloc > &rhs) | 
|   | Compare two circular_buffers element-by-element to determine if the left one is lesser than the right one.  More...
  | 
|   | 
| template<class T , class Alloc >  | 
| bool  | boost::operator!= (const circular_buffer< T, Alloc > &lhs, const circular_buffer< T, Alloc > &rhs) | 
|   | Compare two circular_buffers element-by-element to determine if they are non-equal.  More...
  | 
|   | 
| template<class T , class Alloc >  | 
| bool  | boost::operator> (const circular_buffer< T, Alloc > &lhs, const circular_buffer< T, Alloc > &rhs) | 
|   | Compare two circular_buffers element-by-element to determine if the left one is greater than the right one.  More...
  | 
|   | 
| template<class T , class Alloc >  | 
| bool  | boost::operator<= (const circular_buffer< T, Alloc > &lhs, const circular_buffer< T, Alloc > &rhs) | 
|   | Compare two circular_buffers element-by-element to determine if the left one is lesser or equal to the right one.  More...
  | 
|   | 
| template<class T , class Alloc >  | 
| bool  | boost::operator>= (const circular_buffer< T, Alloc > &lhs, const circular_buffer< T, Alloc > &rhs) | 
|   | Compare two circular_buffers element-by-element to determine if the left one is greater or equal to the right one.  More...
  | 
|   | 
| template<class T , class Alloc >  | 
| void  | boost::swap (circular_buffer< T, Alloc > &lhs, circular_buffer< T, Alloc > &rhs) BOOST_NOEXCEPT | 
|   | Swap the contents of two circular_buffers.  More...
  | 
|   |