AFF --- A container for numbers (array) by Friederich and Forbriger.
◆
copyout()
template<class T >
Series
< T >
aff::Series
< T >::copyout
(
)
const
create a (deep) copy of this
create a copy of this array
Definition at line
426
of file
series.h
.
427
{
428
Tcontainer
copy(this->
first
(),this->
last
());
429
copy.copyin(*
this
);
430
return
(copy);
431
}
aff::Series::Tcontainer
Series< T > Tcontainer
Type of this array.
Definition:
series.h:273
aff::LinearShape::first
const Tsubscript & first() const
return first legal index
Definition:
linearshape.h:105
aff::LinearShape::last
const Tsubscript & last() const
return last legal index
Definition:
linearshape.h:107
aff
Series
Generated on Mon Aug 21 2023 17:36:09 for AFF --- A container for numbers (array) by Friederich and Forbriger. by
1.8.14