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