|
| template<class T , class Alloc > |
| bool | boost::operator== (const circular_buffer_space_optimized< T, Alloc > &lhs, const circular_buffer_space_optimized< T, Alloc > &rhs) |
| | Test two space optimized circular buffers for equality. More...
|
| |
| template<class T , class Alloc > |
| bool | boost::operator< (const circular_buffer_space_optimized< T, Alloc > &lhs, const circular_buffer_space_optimized< T, Alloc > &rhs) |
| | Lexicographical comparison. More...
|
| |
| template<class T , class Alloc > |
| bool | boost::operator!= (const circular_buffer_space_optimized< T, Alloc > &lhs, const circular_buffer_space_optimized< T, Alloc > &rhs) |
| | Test two space optimized circular buffers for non-equality. More...
|
| |
| template<class T , class Alloc > |
| bool | boost::operator> (const circular_buffer_space_optimized< T, Alloc > &lhs, const circular_buffer_space_optimized< T, Alloc > &rhs) |
| | Lexicographical comparison. More...
|
| |
| template<class T , class Alloc > |
| bool | boost::operator<= (const circular_buffer_space_optimized< T, Alloc > &lhs, const circular_buffer_space_optimized< T, Alloc > &rhs) |
| | Lexicographical comparison. More...
|
| |
| template<class T , class Alloc > |
| bool | boost::operator>= (const circular_buffer_space_optimized< T, Alloc > &lhs, const circular_buffer_space_optimized< T, Alloc > &rhs) |
| | Lexicographical comparison. More...
|
| |
| template<class T , class Alloc > |
| void | boost::swap (circular_buffer_space_optimized< T, Alloc > &lhs, circular_buffer_space_optimized< T, Alloc > &rhs) BOOST_NOEXCEPT |
| | Swap the contents of two space optimized circular buffers. More...
|
| |