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

Definition at line 807 of file HeadersFTM.h.

References FTM::StaticDataBoard::print().

808  {
809  h.print(out);
810  return out;
811  }

+ Here is the call graph for this function: