add additional formatChecked() and vformatChecked() wrappers
authorAdam Simpkins <simpkins@fb.com>
Thu, 30 Jan 2014 21:25:08 +0000 (13:25 -0800)
committerSara Golemon <sgolemon@fb.com>
Thu, 6 Feb 2014 19:50:14 +0000 (11:50 -0800)
commita66c22590a240cc609d55e6097af8eb60dd9a730
treeb09d6b3d09b56e2f1eed067d8b5fb992ae3e064f
parentb844acfb5649de67459464ed2ae30458a3045f23
add additional formatChecked() and vformatChecked() wrappers

Summary:
Add wrapper functions for directly appending to a string, similar to the
existing format() and vformat() wrappers.

Test Plan:
Converted some existing code using these format() and vformat() wrappers
to use formatChecked() and vformatChecked().

Reviewed By: jon.coens@fb.com

FB internal diff: D1151496

@override-unit-failures
folly/Format.h