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< FirstT, SecondT > MakePair(FirstT &first, SecondT &second)
Pair(FirstType &f, SecondType &s)
Pair(std::pair< FirstType, SecondType > &p)
Pair< FirstType, SecondType > & operator=(const std::pair< FirstType, SecondType > &p)
Pair(const std::pair< FirstType, SecondType > &p)
Pair(FirstType &f, SecondType &s)
Pair< FirstType, SecondType > & operator=(const std::pair< FirstType, SecondType > &p)