My Project
|
#include <iostream>
Go to the source code of this file.
Data Structures | |
class | Array< T > |
Macros | |
#define | OSTREAM std::ostream |
Functions | |
template<class T > | |
OSTREAM & | operator<< (OSTREAM &os, const Array< T > &a) |
#define OSTREAM std::ostream |
Definition at line 9 of file ftmpl_array.h.
Definition at line 151 of file ftmpl_array.cc.