#include <FMTree.h>
Public Member Functions | |
| pair () | |
| Constructor. | |
| pair (const _Kty &f, const _Ty &s) | |
| Constructor. | |
| pair (const pair &p) | |
| Copy constructor. | |
| bool | operator== (const pair &p) const |
| Returns whether the two pairs are equal. | |
| bool | operator!= (const pair &p) const |
| Returns whether the two pairs are not equal. | |
Public Attributes | |
| _Kty | first |
| The first element of the pair. | |
| _Ty | second |
| The second element of the pair. | |
|
||||||||||||||||
|
Constructor.
|
|
||||||||||
|
Copy constructor.
|
|
||||||||||
|
Returns whether the two pairs are not equal.
|
|
||||||||||
|
Returns whether the two pairs are equal.
|
1.4.6-NO