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

◆ operator<<()

template<typename T1, typename T2>
std::ostream & operator<< ( std::ostream & o,
const std::pair< T1, T2 > & p )

Definition at line 74 of file monomial-collection.hpp.

75{
76 return o << "[" << p.first << "," << p.second << "]";
77}
int p

References p.