Xmipp  v3.23.11-Nereus
Functions
metadata_row_sql.cpp File Reference
#include <algorithm>
#include <sstream>
#include "metadata_row_sql.h"
Include dependency graph for metadata_row_sql.cpp:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &out, const MDRowSql &row)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  out,
const MDRowSql row 
)

Definition at line 156 of file metadata_row_sql.cpp.

156  {
157  for (size_t i = 0; i < row._size; ++i) {
158  row._objects[row._order[i]]->toStream(out);
159  out << " ";
160  }
161  return out;
162 }
#define i