A simple container. More...
#include <vcl_new.h>#include <vcl_cassert.h>#include <vcl_iosfwd.h>#include <vcl_cstddef.h>Go to the source code of this file.
Classes | |
| class | vbl_array_1d< T > |
| A simple container. More... | |
Functions | |
| template<class T > | |
| export vcl_ostream & | operator<< (vcl_ostream &, vbl_array_1d< T > const &) |
A simple container.
Modifications
Peter Vanroose 5apr2001 added operator==
Amitha Perera jan2003 fixed possible alignment issues.
Definition in file vbl_array_1d.h.
| export vcl_ostream& operator<< | ( | vcl_ostream & | , |
| vbl_array_1d< T > const & | |||
| ) |
Definition at line 10 of file vbl_array_1d.txx.
1.7.5.1