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

Definition at line 813 of file HeadersFTM.h.

References FTM::StaticData::print().

814  {
815  h.print(out);
816  return out;
817  }

+ Here is the call graph for this function: