CoinPair< S, T > Struct Template Reference
An ordered pair.
More...
#include <CoinSort.hpp>
List of all members.
|
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.
|
Detailed Description
template<class S, class T>
struct CoinPair< S, T >
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 21 of file CoinSort.hpp.
Constructor & Destructor Documentation
template<class S, class T>
Construct from ordered pair.
Definition at line 29 of file CoinSort.hpp.
Member Data Documentation
template<class S, class T>
template<class S, class T>
The documentation for this struct was generated from the following file: