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 717 of file BinaryRelations.h.
|
inline |
Definition at line 721 of file BinaryRelations.h.
|
inline |
Definition at line 724 of file BinaryRelations.h.
LeftType BinaryRelations::ManyToMany< LeftType, RightType >::Pair::left |
Definition at line 719 of file BinaryRelations.h.
RightType BinaryRelations::ManyToMany< LeftType, RightType >::Pair::right |
Definition at line 720 of file BinaryRelations.h.