Go to the documentation of this file. 1 #ifndef MiscLib__PAIR_HEADER__
2 #define MiscLib__PAIR_HEADER__
7 template <
class FirstT,
class SecondT>
26 operator=(
const std::pair<FirstType, SecondType>& p)
36 template <
class FirstT>
37 struct Pair<FirstT, FirstT>
56 operator=(
const std::pair<FirstType, SecondType>& p)
73 template <
class FirstT,
class SecondT>
Pair< FirstType, SecondType > & operator=(const std::pair< FirstType, SecondType > &p)
Pair(FirstType &f, SecondType &s)
Pair< FirstType, SecondType > & operator=(const std::pair< FirstType, SecondType > &p)
Pair(std::pair< FirstType, SecondType > &p)
Pair(FirstType &f, SecondType &s)
Pair< FirstT, SecondT > MakePair(FirstT &first, SecondT &second)
Pair(const std::pair< FirstType, SecondType > &p)
double s(double t, double s0, double v0, double a0, double j)