MFEM v4.7.0
Finite element discretization library
Loading...
Searching...
No Matches
mfem::Pair< A, B > Class Template Reference

A pair of objects. More...

#include <sort_pairs.hpp>

Public Member Functions

 Pair ()=default
 
 Pair (const A &one, const B &two)
 

Public Attributes

one
 
two
 

Detailed Description

template<class A, class B>
class mfem::Pair< A, B >

A pair of objects.

Definition at line 23 of file sort_pairs.hpp.

Constructor & Destructor Documentation

◆ Pair() [1/2]

template<class A , class B >
mfem::Pair< A, B >::Pair ( )
default

◆ Pair() [2/2]

template<class A , class B >
mfem::Pair< A, B >::Pair ( const A & one,
const B & two )
inline

Definition at line 31 of file sort_pairs.hpp.

Member Data Documentation

◆ one

template<class A , class B >
A mfem::Pair< A, B >::one

Definition at line 26 of file sort_pairs.hpp.

◆ two

template<class A , class B >
B mfem::Pair< A, B >::two

Definition at line 27 of file sort_pairs.hpp.


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