|
faunus
|
Ordered pair where first<=second
More...
#include <auxiliary.h>


Public Types | |
| using | base = std::pair< T, T > |
Public Member Functions | |
| ordered_pair (const T &a, const T &b) | |
| bool | contains (const T &value) const |
Ordered pair where first<=second
Upon construction, the smallest element is placed in first so that ordered_pair<int>(i,j)==ordered_pair<int>(j,i) is always true.
1.8.13