OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
Loading...
Searching...
No Matches
BiMap< Left, Right >::relation Struct Reference

Pair relation used for initialization. More...

#include <BiMap.h>

Collaboration diagram for BiMap< Left, Right >::relation:
Collaboration graph

Public Member Functions

 relation (const Left &l, const Right &r)
 Construct a relation from left/right values.
 

Public Attributes

Left left
 
Right right
 

Detailed Description

template<typename Left, typename Right>
struct BiMap< Left, Right >::relation

Pair relation used for initialization.

Definition at line 40 of file BiMap.h.

Constructor & Destructor Documentation

◆ relation()

template<typename Left , typename Right >
BiMap< Left, Right >::relation::relation ( const Left &  l,
const Right &  r 
)
inline

Construct a relation from left/right values.

Parameters
lInput: left value.
rInput: right value.

Definition at line 46 of file BiMap.h.

Member Data Documentation

◆ left

template<typename Left , typename Right >
Left BiMap< Left, Right >::relation::left

Definition at line 41 of file BiMap.h.

◆ right

template<typename Left , typename Right >
Right BiMap< Left, Right >::relation::right

Definition at line 42 of file BiMap.h.


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