CMS 3D CMS Logo

Classes | Functions

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/CalibTracker/SiPixelConnectivity/interface/TRange.h File Reference

#include <iostream>
#include <utility>
#include <algorithm>

Go to the source code of this file.

Classes

class  TRange< T >

Functions

template<class T >
std::ostream & operator<< (std::ostream &out, const TRange< T > &r)

Function Documentation

template<class T >
std::ostream& operator<< ( std::ostream &  out,
const TRange< T > &  r 
)

Definition at line 63 of file TRange.h.

References TRange< T >::max(), and TRange< T >::min().

{
  return out << "("<<r.min()<<","<<r.max()<<")";
}