ffout,fferrr conveniance functions
Brought to you by:
matsys
Would you consider adding conveniance functions for printing to stdout/stderr using fastformat?
I created my own convenience header called ffout.hpp
which defines
ffout(...)
ffoutln(...)
fferr(...)
fferrln(...)
which call the relevant function
fastformat::fmt(std::cout,...)
my convenience header
a python script to generate the convenience functions