CMS 3D CMS Logo

Classes | Functions
DDValuePair.h File Reference
#include <string>
#include <map>

Go to the source code of this file.

Classes

struct  DDValuePair
 

Functions

std::ostream & operator<< (std::ostream &o, const DDValuePair &v)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  o,
const DDValuePair v 
)

Definition at line 177 of file DDValue.cc.

Referenced by DDValuePair::operator double &().

178 {
179  return o << v.second;
180 }