CMS 3D CMS Logo

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

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 149 of file RPCLBLink.cc.

References RPCLBLink::getName().

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