My Project
Loading...
Searching...
No Matches
ftmpl_array.cc File Reference

Go to the source code of this file.

Functions

template<class T>
OSTREAMoperator<< (OSTREAM &os, const Array< T > &a)
 

Function Documentation

◆ operator<<()

template<class T>
OSTREAM & operator<< ( OSTREAM & os,
const Array< T > & a )

Definition at line 151 of file ftmpl_array.cc.

152{
153 a.print( os );
154 return os;
155}
void print(OSTREAM &) const