Dip
0.92.4
|
An ordered pair. More...
#include <CoinSort.hpp>
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.
Referenced by CoinFirstLess_2< S, T >::operator()(), CoinFirstGreater_2< S, T >::operator()(), CoinFirstAbsLess_2< S, T >::operator()(), CoinFirstAbsGreater_2< S, T >::operator()(), CoinExternalVectorFirstLess_2< S, T, V >::operator()(), and CoinExternalVectorFirstGreater_2< S, T, V >::operator()().
T CoinPair< S, T >::second |
Second member of pair.
Definition at line 35 of file CoinSort.hpp.