CMS 3D CMS Logo

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

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &ostream, RPCFebConnector const &connector)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  ostream,
RPCFebConnector const &  connector 
)

Definition at line 18 of file RPCFebConnector.cc.

References RPCFebConnector::getString().

18  {
19  return (ostream << connector.getString());
20 }