AFF --- A container for numbers (array) by Friederich and Forbriger.
|
void aff::deepcopy | ( | const S & | source, |
T & | target | ||
) |
deep copy
Takes any two containers with appropriate interface and copies as many values as possible from source to target.
source | container to read values from |
target | container to write values to |
Definition at line 65 of file deepcopy.h.
Referenced by aff::Series< T >::copyin(), and aff::Array< T >::copyin().