#include <ecl/config/macros.hpp>
#include <ecl/containers/array.hpp>
#include <ecl/formatters/common.hpp>
#include <ecl/formatters/number.hpp>
Go to the source code of this file.
|
| OutputStream & | ecl::operator<< (OutputStream &ostream, const PascalsTriangle< PowerN > &triangle) |
| | Streaming output insertion operator for for pascal triangles. More...
|
| |
| OutputStream & | ecl::operator<< (OutputStream &ostream, const PascalsTriangle< 5 > &triangle) |
| | Insertion operator for streaming output from pascal's triangle of degree 5. More...
|
| |
| OutputStream & | ecl::operator<< (OutputStream &ostream, const PascalsTriangle< 3 > &triangle) |
| | Insertion operator for streaming output from pascal's triangle of degree 3. More...
|
| |