CMS 3D CMS Logo

Functions
SiStripNullKey.cc File Reference
#include "DataFormats/SiStripCommon/interface/SiStripNullKey.h"
#include "DataFormats/SiStripCommon/interface/SiStripEnumsAndStrings.h"
#include <iomanip>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const SiStripNullKey &input)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  ,
const SiStripNullKey  
)

Debug info for SiStripNullKey class.

Definition at line 69 of file SiStripNullKey.cc.

References input, and contentValuesCheck::ss.

69  {
70  std::stringstream ss;
71  input.print(ss);
72  os << ss.str();
73  return os;
74 }
static std::string const input
Definition: EdmProvDump.cc:50