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

◆ operator<<()

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

Definition at line 40 of file RPCAMCLink.cc.

References MainPageGenerator::link.

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