Go to the documentation of this file. 1 #ifndef MiscLib__PAIR_HEADER__
2 #define MiscLib__PAIR_HEADER__
7 template<
class FirstT,
class SecondT >
17 Pair(
const std::pair< FirstType, SecondType >& p)
22 const std::pair< FirstType, SecondType >& p)
31 template<
class FirstT >
32 struct Pair< FirstT, FirstT >
42 Pair(std::pair< FirstType, SecondType >& p)
47 const std::pair< FirstType, SecondType >& p)
62 template<
class FirstT,
class SecondT >
Pair(FirstType &f, SecondType &s)
Pair< FirstT, SecondT > MakePair(FirstT &first, SecondT &second)
Pair< FirstType, SecondType > & operator=(const std::pair< FirstType, SecondType > &p)
Pair< FirstType, SecondType > & operator=(const std::pair< FirstType, SecondType > &p)
Pair(std::pair< FirstType, SecondType > &p)
Pair(FirstType &f, SecondType &s)
Pair(const std::pair< FirstType, SecondType > &p)
double s(double t, double s0, double v0, double a0, double j)