Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

std::ostream& operator<< ( std::ostream &  output,
const QuidResult tr 
) [friend]

Definition at line 10 of file QuidResult.h.

00010                                                                             {
00011         output << QuidObj(tr.quid) << " (" << tr.score << ", " << tr.rank << ")";
00012         return output;
00013     }


Generated on Thu Jan 13 09:21:26 2011 for ImpalaSrc by  doxygen 1.5.1