allocate()
function for pointers.
More...
#include <array.h>
allocate()
function for pointers.
Uses new
and delete
.
Definition at line 151 of file array.h.
Public Member Functions | |
void | allocate (base_t **&v, size_t i, size_t j) |
Allocate v for i elements. | |
void | free (base_t **&v, size_t i) |
Free memory. |
Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.
Project hosting provided by
,
O2scl Sourceforge Project Page