DyLP
1.10.4
|
#include "CoinSort.hpp"
Go to the source code of this file.
Functions | |
template<typename S , typename T > | |
CoinPair< S, T > | CoinMakePair (const S &s, const T &t) |
template<typename S , typename T , typename U > | |
CoinTriple< S, T, U > | CoinMakeTriple (const S &s, const T &t, const U &u) |
CoinPair< S, T > CoinMakePair | ( | const S & | s, |
const T & | t | ||
) |
Definition at line 12 of file CoinUtility.hpp.
CoinTriple< S, T, U > CoinMakeTriple | ( | const S & | s, |
const T & | t, | ||
const U & | u | ||
) |
Definition at line 18 of file CoinUtility.hpp.