Cgl  0.60.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
CoinUtility.hpp File Reference
#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)
 

Function Documentation

template<typename S , typename T >
CoinPair< S, T > CoinMakePair ( const S &  s,
const T &  t 
)

Definition at line 12 of file CoinUtility.hpp.

template<typename S , typename T , typename U >
CoinTriple< S, T, U > CoinMakeTriple ( const S &  s,
const T &  t,
const U &  u 
)

Definition at line 18 of file CoinUtility.hpp.