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

Go to the source code of this file.

Macros

#define VBL_ARRAY_2D_INSTANTIATE(type)
 

Functions

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

Macro Definition Documentation

◆ VBL_ARRAY_2D_INSTANTIATE

#define VBL_ARRAY_2D_INSTANTIATE (   type)
Value:
template class vbl_array_2d<type >;\
template std::ostream& operator<< (std::ostream& , vbl_array_2d<type > const& )
simple 2D array.
Definition: vbl_array_2d.h:25
std::ostream & operator<<(std::ostream &os, vbl_array_2d< T > const &array)

Definition at line 29 of file vbl_array_2d.hxx.

Function Documentation

◆ operator<<()

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

Definition at line 13 of file vbl_array_2d.hxx.