|
mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
Declaration and definition of a simple formatted output function. More...
Declaration and definition of a simple formatted output function.
Definition in file pout.hpp.
Go to the source code of this file.
Namespaces | |
| namespace | mx |
| The mxlib c++ namespace. | |
Functions | |
| template<char space = ' ', bool flush = true, char eol = '\n', typename valT , typename... valTs> | |
| void | mx::ioutils::pout (valT value, const valTs &...values) |
| A simple formatted output function. | |