|
template<class T , class Alloc > |
bool | operator== (const circular_buffer< T, Alloc > &lhs, const circular_buffer< T, Alloc > &rhs) |
| Compare two circular_buffer s element-by-element to determine if they are equal. More...
|
|
template<class T , class Alloc > |
bool | operator< (const circular_buffer< T, Alloc > &lhs, const circular_buffer< T, Alloc > &rhs) |
| Compare two circular_buffer s element-by-element to determine if the left one is lesser than the right one. More...
|
|
template<class T , class Alloc > |
bool | operator!= (const circular_buffer< T, Alloc > &lhs, const circular_buffer< T, Alloc > &rhs) |
| Compare two circular_buffer s element-by-element to determine if they are non-equal. More...
|
|
template<class T , class Alloc > |
bool | operator> (const circular_buffer< T, Alloc > &lhs, const circular_buffer< T, Alloc > &rhs) |
| Compare two circular_buffer s element-by-element to determine if the left one is greater than the right one. More...
|
|
template<class T , class Alloc > |
bool | operator<= (const circular_buffer< T, Alloc > &lhs, const circular_buffer< T, Alloc > &rhs) |
| Compare two circular_buffer s element-by-element to determine if the left one is lesser or equal to the right one. More...
|
|
template<class T , class Alloc > |
bool | operator>= (const circular_buffer< T, Alloc > &lhs, const circular_buffer< T, Alloc > &rhs) |
| Compare two circular_buffer s element-by-element to determine if the left one is greater or equal to the right one. More...
|
|
template<class T , class Alloc > |
void | swap (circular_buffer< T, Alloc > &lhs, circular_buffer< T, Alloc > &rhs) |
| Swap the contents of two circular_buffer s. More...
|
|
template<class T , class Alloc > |
bool | 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 | 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 | 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 | 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 | 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 | 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 | swap (circular_buffer_space_optimized< T, Alloc > &lhs, circular_buffer_space_optimized< T, Alloc > &rhs) |
| Swap the contents of two space optimized circular buffers. More...
|
|