|
| template<typename T1, typename T2> |
| Pair< T1, T2 > | Sleak::makePair (T1 &&first, T2 &&second) |
| | Creates a Pair object with the given values.
|
| template<typename T1, typename T2> |
| bool | Sleak::operator!= (const Pair< T1, T2 > &lhs, const Pair< T1, T2 > &rhs) |
| template<typename T1, typename T2> |
| bool | Sleak::operator< (const Pair< T1, T2 > &lhs, const Pair< T1, T2 > &rhs) |
| template<typename T1, typename T2> |
| bool | Sleak::operator<= (const Pair< T1, T2 > &lhs, const Pair< T1, T2 > &rhs) |
| template<typename T1, typename T2> |
| bool | Sleak::operator== (const Pair< T1, T2 > &lhs, const Pair< T1, T2 > &rhs) |
| template<typename T1, typename T2> |
| bool | Sleak::operator> (const Pair< T1, T2 > &lhs, const Pair< T1, T2 > &rhs) |
| template<typename T1, typename T2> |
| bool | Sleak::operator>= (const Pair< T1, T2 > &lhs, const Pair< T1, T2 > &rhs) |