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

Definition at line 819 of file HeadersFTM.h.

References FTM::Error::print().

820  {
821  h.print(out);
822  return out;
823  }

+ Here is the call graph for this function: