[ VIGRA Homepage | Class Index | Function Index | File Index | Main Page ]
![]() |
ArrayVector Class Template Reference | ![]() |
---|
#include "vigra/array_vector.hxx"
Detailed Description |
std::vector
.
This template implements the same functionality as std::vector
. However, it gives two usful guarantees, that std::vector
fails to provide:
T *
ArrayVector
can be passed to algorithms that expect raw memory. This is especially important when lagacy or C code has to be called, but it is also useful for certain optimizations.
Refer to the documentation of std::vector
for a detailed description of ArrayVector
functionality.
#include "vigra/array_vector.hxx"
Namespace: vigra
© Ullrich Köthe (koethe@informatik.uni-hamburg.de) |
html generated using doxygen and Python
|