mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
pout.hpp File Reference

Declaration and definition of a simple formatted output function. More...

Declaration and definition of a simple formatted output function.

Author
Jared R. Males

Definition in file pout.hpp.

Go to the source code of this file.

Namespaces

 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. More...