CMS 3D CMS Logo

Functions
NumberOfDevices.cc File Reference
#include "CalibFormats/SiStripObjects/interface/NumberOfDevices.h"
#include <iomanip>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const NumberOfDevices &devs)
 

Function Documentation

◆ operator<<()

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

Debug info for NumberOfDevices class.

Definition at line 61 of file NumberOfDevices.cc.

References NumberOfDevices::print(), and contentValuesCheck::ss.

61  {
62  std::stringstream ss;
63  devs.print(ss);
64  os << ss.str();
65  return os;
66 }
void print(std::stringstream &) const