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

◆ Element() [2/4]

M2::ARingTower::Element::Element ( Element && other)
inline

Definition at line 129 of file aring-tower.hpp.

129 : ElementImpl(other), R(other.R)
130 {
131 other.mValue = NULL;
132 } // move constructor only,
const ARingTower & R
ElementImpl()=default

References Element(), M2::ElementImpl< ElementType >::ElementImpl(), and R.