CMS 3D CMS Logo

Functions
RPCDCCLink.cc File Reference
#include "CondFormats/RPCObjects/interface/RPCDCCLink.h"
#include <ostream>
#include <sstream>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &ostream, RPCDCCLink const &link)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  ostream,
RPCDCCLink const &  link 
)

Definition at line 36 of file RPCDCCLink.cc.

References RPCDCCLink::getName().

36 { return (ostream << link.getName()); }