Macaulay2 Engine
Loading...
Searching...
No Matches
◆
~ElementArray()
template<class
ARing
>
M2::SimpleARing
<
ARing
>::ElementArray::~ElementArray
(
)
inline
Definition at line
188
of file
aring.hpp
.
189
{
190
for
(
size_t
i
= 0;
i
<
mSize
;
i
++)
ARing::clear
(
mData
[
i
]);
191
}
M2::SimpleARing::ElementArray::mSize
const size_t mSize
Definition
aring.hpp:179
M2::SimpleARing::ElementArray::mData
std::unique_ptr< ElementType[]> mData
Definition
aring.hpp:180
M2::SimpleARing
A base class for simple ARings.
Definition
aring.hpp:147
References
mData
, and
mSize
.
M2
SimpleARing
ElementArray
Generated on
for Macaulay2 Engine by
1.15.0