C++
AcArray( const AcArray<T,R>& );
Description
This is the usual copy constructor--with the caveat that, if the system cannot allocate enough memory to make the copy, then it is assumed that the entire system is in a dangerously low memory situation, and there is no alternative but to have the system gracefully abort.
Parameters
Parameters | Description |
---|---|
src | Input another array of the same type to be copied into this array |