Macros | Functions
vbl_array_1d.hxx File Reference
#include <iostream>
#include "vbl_array_1d.h"

Go to the source code of this file.

Macros

#define VBL_ARRAY_1D_INSTANTIATE(T)
 

Functions

template<class T >
std::ostream & operator<< (std::ostream &os, vbl_array_1d< T > const &array)
 

Macro Definition Documentation

◆ VBL_ARRAY_1D_INSTANTIATE

#define VBL_ARRAY_1D_INSTANTIATE (   T)
Value:
template class vbl_array_1d<T >; \
template std::ostream& operator<< (std::ostream& , vbl_array_1d<T > const& )
A simple container.
Definition: vbl_array_1d.h:28
std::ostream & operator<<(std::ostream &os, vbl_array_1d< T > const &array)

Definition at line 25 of file vbl_array_1d.hxx.

Function Documentation

◆ operator<<()

template<class T >
std::ostream& operator<< ( std::ostream &  os,
vbl_array_1d< T > const &  array 
)

Definition at line 13 of file vbl_array_1d.hxx.