Macaulay2 Engine
Loading...
Searching...
No Matches

◆ operator<<() [3/3]

std::ostream & operator<< ( std::ostream & ostr,
const OverlapTable & overlapTable )

Definition at line 104 of file OverlapTable.cpp.

105{
106 return overlapTable.dump(ostr,false);
107}
auto dump(std::ostream &ostr, bool outputDeques) const -> std::ostream &