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