The Gaudi Framework  v36r1 (3e2fb5a8)
EventIDRange.cpp File Reference
Include dependency graph for EventIDRange.cpp:

Go to the source code of this file.

Functions

std::ostreamoperator<< (std::ostream &os, const EventIDRange &rhs)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream os,
const EventIDRange rhs 
)

Definition at line 52 of file EventIDRange.cpp.

52  {
53  os << (std::string)rhs;
54  return os;
55 }
std::string
STL class.