<deque>
Defines the container template class deque and several supporting templates.
#include <deque>
|
Tests if the deque object on the left side of the operator is not equal to the deque object on the right side. |
|
|
Tests if the deque object on the left side of the operator is less than the deque object on the right side. |
|
|
Tests if the deque object on the left side of the operator is less than or equal to the deque object on the right side. |
|
|
Tests if the deque object on the left side of the operator is equal to the deque object on the right side. |
|
|
Tests if the deque object on the left side of the operator is greater than the deque object on the right side. |
|
|
Tests if the deque object on the left side of the operator is greater than or equal to the deque object on the right side. |