#include <CoinSort.hpp>
Collaboration diagram for CoinPair< S, T >:
Public Member Functions | |
CoinPair (const S &s, const T &t) | |
Construct from ordered pair. | |
Public Attributes | |
S | first |
First member of pair. | |
T | second |
Second member of 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.