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

◆ Element() [2/2]

template<class ARing>
M2::SimpleARing< ARing >::Element::Element ( const ARing & ring,
const ElementType & other )
inline

Definition at line 164 of file aring.hpp.

165 {
166 ring.init_set(Impl::mValue,other);
167 }
ElementType mValue
Definition aring.hpp:119
A base class for simple ARings.
Definition aring.hpp:147

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