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

◆ operator<<() [2/2]

std::ostream & operator<< ( std::ostream & o,
const SuffixTreeNode & suffixTreeNode )

Definition at line 18 of file SuffixTree.cpp.

19{
20 suffixTreeNode.dump(o,0);
21 return o;
22}
std::ostream & dump(std::ostream &, int depth, bool dumpChildren=true) const