![]() |
Object-oriented Scientific Computing Library: Version 0.910
|
A vector where the memory allocation is performed in the constructor. More...
#include <ovector_tlate.h>
This can be useful, for example to easily make C-style arrays of ovector objects with a fixed size. For example,
ofvector<8> x[10];
would mean x
is a 10-dimensional array of ovector object with initial length 8.
Definition at line 1896 of file ovector_tlate.h.
Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).