CMS 3D CMS Logo

Classes | Functions

/data/refman/pasoursint/CMSSW_6_1_2_SLHC4_patch1/src/DetectorDescription/Core/interface/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 171 of file DDValue.cc.

{
  return o << v.second;
}