| 
    Osi
    0.108.6
    
   | 
 
An ordered pair. More...
#include <CoinSort.hpp>
 Collaboration diagram for CoinPair< S, T >:Public Member Functions | |
| CoinPair (const S &s, const T &t) | |
| Construct from ordered pair.  More... | |
Public Attributes | |
| S | first | 
| First member of pair.  More... | |
| T | second | 
| Second member of pair.  More... | |
An ordered pair.
It's the same as std::pair, just this way it'll have the same look as the triple sorting.
Definition at line 30 of file CoinSort.hpp.
Construct from ordered pair.
Definition at line 39 of file CoinSort.hpp.
| S CoinPair< S, T >::first | 
First member of pair.
Definition at line 33 of file CoinSort.hpp.
| T CoinPair< S, T >::second | 
Second member of pair.
Definition at line 35 of file CoinSort.hpp.
 1.8.5