Binary Relations
Three new associative container classes
Loading...
Searching...
No Matches
BinaryRelations::OneToMany< LeftType, RightType >::Pair Struct Reference

A pair of (left, right) values. More...

#include <BinaryRelations.h>

Public Member Functions

 Pair (LeftType left, RightType right)
 

Public Attributes

LeftType left
 
RightType right
 

Detailed Description

template<typename LeftType, typename RightType>
struct BinaryRelations::OneToMany< LeftType, RightType >::Pair

A pair of (left, right) values.

Definition at line 222 of file BinaryRelations.h.

Constructor & Destructor Documentation

◆ Pair() [1/2]

template<typename LeftType , typename RightType >
BinaryRelations::OneToMany< LeftType, RightType >::Pair::Pair ( LeftType left,
RightType right )
inline

Definition at line 226 of file BinaryRelations.h.

◆ Pair() [2/2]

template<typename LeftType , typename RightType >
BinaryRelations::OneToMany< LeftType, RightType >::Pair::Pair ( )
inline

Definition at line 229 of file BinaryRelations.h.

Member Data Documentation

◆ left

template<typename LeftType , typename RightType >
LeftType BinaryRelations::OneToMany< LeftType, RightType >::Pair::left

Definition at line 224 of file BinaryRelations.h.

◆ right

template<typename LeftType , typename RightType >
RightType BinaryRelations::OneToMany< LeftType, RightType >::Pair::right

Definition at line 225 of file BinaryRelations.h.


The documentation for this struct was generated from the following file: