CGEM BOSS 6.6.5.f
BESIII Offline Software System
Loading...
Searching...
No Matches
TrkErrCode.cxx File Reference
#include "TrkBase/TrkErrCode.h"
#include <iostream>
#include <algorithm>

Go to the source code of this file.

Functions

ostream & operator<< (ostream &os, const TrkErrCode &trkerr)
 

Function Documentation

◆ operator<<()

ostream & operator<< ( ostream &  os,
const TrkErrCode trkerr 
)

Definition at line 117 of file TrkErrCode.cxx.

119{
120 trkerr.print(os);
121 return os;
122}
void print(std::ostream &ostr) const