DyLP
1.10.4
|
#include <CoinSort.hpp>
Public Member Functions | |
CoinTriple (const S &s, const T &t, const U &u) | |
Construct from ordered triple. More... | |
Public Attributes | |
S | first |
First member of triple. More... | |
T | second |
Second member of triple. More... | |
U | third |
Third member of triple. More... | |
Definition at line 509 of file CoinSort.hpp.
|
inline |
Construct from ordered triple.
Definition at line 520 of file CoinSort.hpp.
S CoinTriple< S, T, U >::first |
First member of triple.
Definition at line 512 of file CoinSort.hpp.
T CoinTriple< S, T, U >::second |
Second member of triple.
Definition at line 514 of file CoinSort.hpp.
U CoinTriple< S, T, U >::third |
Third member of triple.
Definition at line 516 of file CoinSort.hpp.