BOSS 6.6.4.p03
BESIII Offline Software System
Loading...
Searching...
No Matches
IfdKey.cxx File Reference
#include "ProxyDict/IfdKey.h"

Go to the source code of this file.

Functions

ostream & operator<< (ostream &o, const IfdKey &k)
 

Function Documentation

◆ operator<<()

ostream & operator<< ( ostream &  o,
const IfdKey k 
)

Definition at line 45 of file IfdKey.cxx.

45 {
46 k.print(o);
47 return o;
48}
virtual void print(std::ostream &o) const =0