uncurry
authorTom Jackson <tjackson@fb.com>
Wed, 29 Mar 2017 22:17:25 +0000 (15:17 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 29 Mar 2017 22:23:25 +0000 (15:23 -0700)
commit406098e73e5c7f4e1e89b6b7e36b865587d509e9
treeb0de2529990e1adf131e60d36e163ff1852a8862
parentc58b599184337ab2a48d96f4f055bc71ecd6ba29
uncurry

Summary: Extending ApplyTuple to support this common functional construct, with good forwarding semantics.

Reviewed By: yfeldblum

Differential Revision: D4787560

fbshipit-source-id: 2c740e448e0cb916abe948b79709d5ecd8ba54bb
folly/ApplyTuple.h
folly/gen/test/StringTest.cpp
folly/test/ApplyTupleTest.cpp