#include <iostream>
#include "PndFTSArray.h"
Go to the source code of this file.
◆ operator<<()
template<typename T >
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const PndFTSArray< T > & |
a |
|
) |
| |
|
inline |
Definition at line 33 of file PndFTSArrayIO.h.
References i.
35 out << AnsiColor::blue <<
"{" << AnsiColor::normal;
36 for (
int i = 0;
i < a.
Size(); ++
i) {
38 out << AnsiColor::blue <<
", " << AnsiColor::normal;
42 out << AnsiColor::blue <<
"}" << AnsiColor::normal;