BOSS 8.0.0
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 37 of file IfdKey.cxx.

37 {
38 k.print( o );
39 return o;
40}
virtual void print(std::ostream &o) const =0