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 222 of file BinaryRelations.h.
|
inline |
Definition at line 226 of file BinaryRelations.h.
|
inline |
Definition at line 229 of file BinaryRelations.h.
LeftType BinaryRelations::OneToMany< LeftType, RightType >::Pair::left |
Definition at line 224 of file BinaryRelations.h.
RightType BinaryRelations::OneToMany< LeftType, RightType >::Pair::right |
Definition at line 225 of file BinaryRelations.h.