Menu

#84 ffout,fferrr conveniance functions

open
nobody
None
5
2012-01-17
2012-01-17
No

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,...)

Discussion

  • Abe Bachrach

    Abe Bachrach - 2012-01-17

    my convenience header

     
  • Abe Bachrach

    Abe Bachrach - 2012-01-17

    a python script to generate the convenience functions

     
MongoDB Logo MongoDB