template <class T> void new_array (T *&myptr, long size)

Template new_array allocates a new array of type T, length size

Documentation

Template new_array allocates a new array of type T, length size. The user should send in myptr as just a null pointer.
Returns:
void
Parameters:
myptr - pointer to an object of type T
size - the desired length of the new array

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de