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

◆ operator<<() [2/2]

std::ostream & operator<< ( std::ostream & o,
const WordWithData & w )

Definition at line 20 of file Word.cpp.

21{
22 o << w.word() << "(" << w.ecartDegree() << ")";
23 return o;
24}
Word word() const
Definition Word.hpp:143
int ecartDegree() const
Definition Word.hpp:145

References WordWithData::ecartDegree(), and WordWithData::word().