Add shorthand functions to Format.h.
authorYedidya Feldblum <yfeldblum@fb.com>
Sat, 24 May 2014 18:45:38 +0000 (11:45 -0700)
committerAnton Likhtarov <alikhtarov@fb.com>
Mon, 9 Jun 2014 22:35:02 +0000 (15:35 -0700)
commit4460753ff370dce64791167e2afd3824ea6a1c57
tree78c298ee287ba66194178ce822fda48f887d550a
parentd82763a62158b77e6504535907537e1a66545264
Add shorthand functions to Format.h.

Summary:
[Folly] Add shorthand functions to Format.h.

This makes calling code simpler when it does not depend on the raw performance of writing to a stream.

Test Plan:
$ fbconfig -r folly/test
$ fbmake runtests

Reviewed By: tudorb@fb.com

Subscribers: folly@lists, dougw

FB internal diff: D1347353

Tasks: 4391110
folly/Format.h
folly/docs/Format.md
folly/test/FormatTest.cpp