CMS 3D CMS Logo

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

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 50 of file RPCAMCLink.cc.

References RPCAMCLink::getName().

51 {
52  return (ostream << link.getName());
53 }