AFF --- A container for numbers (array) by Friederich and Forbriger.

◆ copyin()

template<class T>
template<class C >
Tcontainer& aff::Series< T >::copyin ( const C &  a)
inline

copy in is allowed here

Definition at line 378 of file series.h.

References aff::deepcopy().

Referenced by aff::ConstSeries< T >::copyout().

379  {
380  aff::deepcopy(a, *this);
381  return(*this);
382  }
void deepcopy(const S &source, T &target)
deep copy
Definition: deepcopy.h:65
Here is the call graph for this function:
Here is the caller graph for this function: