FACT++  1.0
std::ostream& FTM::operator<< ( std::ostream &  out,
const Header h 
)
inline

Definition at line 782 of file HeadersFTM.h.

References FTM::Header::print().

783  {
784  h.print(out);
785  return out;
786  }

+ Here is the call graph for this function: