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

Definition at line 776 of file HeadersFTM.h.

References FTM::FtuResponse::print().

777  {
778  h.print(out);
779  return out;
780  }

+ Here is the call graph for this function: