#include <CoinSort.hpp>

Public Member Functions | |
| CoinTriple (const S &s, const T &t, const U &u) | |
| Construct from ordered triple. | |
Public Attributes | |
| S | first |
| First member of triple. | |
| T | second |
| Second member of triple. | |
| U | third |
| Third member of triple. | |
Definition at line 351 of file CoinSort.hpp.
| CoinTriple< S, T, U >::CoinTriple | ( | const S & | s, | |
| const T & | t, | |||
| const U & | u | |||
| ) | [inline] |
Construct from ordered triple.
Definition at line 361 of file CoinSort.hpp.
| S CoinTriple< S, T, U >::first |
First member of triple.
Definition at line 354 of file CoinSort.hpp.
| T CoinTriple< S, T, U >::second |
Second member of triple.
Definition at line 356 of file CoinSort.hpp.
| U CoinTriple< S, T, U >::third |
Third member of triple.
Definition at line 358 of file CoinSort.hpp.
1.6.1