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

◆ swap()

void ElementArray::swap ( ElementArray & b)
inline

Definition at line 104 of file VectorArithmetic.hpp.

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

References ElementArray(), mValue, and std::swap().