inc/Operators.h File Reference

#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)


Function Documentation

template<class T>
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.

template<class T>
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.

template<class T>
std::ostream& operator<< ( std::ostream &  s,
const std::pair< T, T > &  aT 
) [inline]

Definition at line 15 of file Operators.h.


Generated on Wed Mar 19 17:47:58 2008 for MapsTracks by  doxygen 1.5.2