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

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 100 of file TrkErrCode.cxx.

100 {
101 trkerr.print( os );
102 return os;
103}
void print(std::ostream &ostr) const