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

◆ operator<<

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

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 &

References dump(), and OverlapTable().