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

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 223 of file metadata_row_vec.cpp.

223  {
224  for (int i = 0; i < row.size(); ++i) {
225  (*(row._row))[i].toStream(out);
226  out << " ";
227  }
228  return out;
229 }
int size() const override
#define i