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 174 of file DDValue.cc.

Referenced by DDValuePair::operator double &().

175 {
176  return o << v.second;
177 }