Classes | Functions
core/vbl/vbl_array_1d.h File Reference

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 &)

Detailed Description

A simple container.

Author:
fsm
   Modifications
      Peter Vanroose 5apr2001 added operator==
      Amitha Perera  jan2003  fixed possible alignment issues.
   

Definition in file vbl_array_1d.h.


Function Documentation

template<class T >
export vcl_ostream& operator<< ( vcl_ostream &  ,
vbl_array_1d< T > const &   
)

Definition at line 10 of file vbl_array_1d.txx.