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

◆ Element() [1/2]

template<class ARing>
M2::SimpleARing< ARing >::Element::Element ( const ARing & ring)
inlineexplicit

Definition at line 158 of file aring.hpp.

159 {
160 // without the Impl::, the compiler can't figure out where mValue comes
161 // from
162 ring.init(Impl::mValue);
163 }
ElementType mValue
Definition aring.hpp:119
A base class for simple ARings.
Definition aring.hpp:147

References M2::ElementImpl< ElementType >::mValue.