Go up to Allocation
Go forward to alloc(): Allocation (Binding Form)

Alloc(): Allocation

a = Array<T>::Alloc(n)
      Array<T> a
      int n

Specification: Returns a new array a with n slots. The contents of the slots are undefined.

Constraints: It is illegal to call Alloc with n < 0.


Wolfgang.Schreiner@risc.uni-linz.ac.at
Id: main.tex,v 1.10 1996/04/04 11:45:47 schreine Exp

Up Next