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

◆ swap()

void M2::ARingRR::swap ( ElementType & a,
ElementType & b ) const
inline

Definition at line 241 of file aring-RR.hpp.

241{ std::swap(a, b); }
void swap(mpfr::mpreal &x, mpfr::mpreal &y)
Definition mpreal.h:3244

References std::swap().