| 
    Osi
    0.108.6
    
   | 
 
#include "CoinSort.hpp"
 Include dependency graph for CoinUtility.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.
 1.8.5