|
Binary Relations
Three new associative container classes
|
A pair of (left, right) values. More...
#include <BinaryRelations.h>
Public Member Functions | |
| Pair (LeftType left, RightType right) | |
Public Attributes | |
| LeftType | left |
| RightType | right |
A pair of (left, right) values.
Definition at line 1279 of file BinaryRelations.h.
|
inline |
Definition at line 1283 of file BinaryRelations.h.
|
inline |
Definition at line 1286 of file BinaryRelations.h.
| LeftType BinaryRelations::OneToOne< LeftType, RightType >::Pair::left |
Definition at line 1281 of file BinaryRelations.h.
| RightType BinaryRelations::OneToOne< LeftType, RightType >::Pair::right |
Definition at line 1282 of file BinaryRelations.h.