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
}
p
int p
Definition
godboltTest.cpp:36
References
p
.
Macaulay2
e
monomial-collection.hpp
Generated on
for Macaulay2 Engine by
1.15.0