#include <iostream>
Go to the source code of this file.
Functions | |
template<class T> | |
std::pair< T, T > | operator+ (const std::pair< T, T > &one, const std::pair< T, T > &two) |
template<class T> | |
std::pair< T, T > | operator- (const std::pair< T, T > &one, const std::pair< T, T > &two) |
template<class T> | |
std::ostream & | operator<< (std::ostream &s, const std::pair< T, T > &aT) |
std::pair<T, T> operator+ | ( | const std::pair< T, T > & | one, | |
const std::pair< T, T > & | two | |||
) | [inline] |
Definition at line 5 of file Operators.h.
std::pair<T, T> operator- | ( | const std::pair< T, T > & | one, | |
const std::pair< T, T > & | two | |||
) | [inline] |
Definition at line 10 of file Operators.h.
std::ostream& operator<< | ( | std::ostream & | s, | |
const std::pair< T, T > & | aT | |||
) | [inline] |
Definition at line 15 of file Operators.h.