/home/coin/SVN-release/CoinAll-1.1.0/CoinUtils/src/CoinUtility.hpp

Go to the documentation of this file.
00001 #ifndef CoinUtility_h_
00002 #define CoinUtility_h_
00003 
00004 #include "CoinSort.hpp"
00005 
00006 template <typename S, typename T>
00007 CoinPair<S,T> CoinMakePair(const S& s, const T& t)
00008 { return CoinPair<S,T>(s, t); }
00009 
00010 template <typename S, typename T, typename U>
00011 CoinTriple<S,T,U> CoinMakeTriple(const S& s, const T& t, const U& u)
00012 { return CoinTriple<S,T,U>(s, t, u); }
00013 
00014 #endif

Generated on Sun Nov 14 14:06:32 2010 for Coin-All by  doxygen 1.4.7