Let applyTuple accept any number of tuples
authorSven Over <over@fb.com>
Thu, 11 Aug 2016 08:40:38 +0000 (01:40 -0700)
committerFacebook Github Bot 3 <facebook-github-bot-3-bot@fb.com>
Thu, 11 Aug 2016 08:53:31 +0000 (01:53 -0700)
commitefc54c28e4922cb8f1d4904dd9674c4c9a3b825c
tree100ff006d49b06f95da5de36f744e84dfa76432f
parentef50b1895bd195b70af36e82e6db5d6df64f6051
Let applyTuple accept any number of tuples

Summary:
Instead of passing exactly one tuple of arguments to applyTuple,
this diff allows to pass any number (zero or more) of tuples.

This can be very handy when piecing together arguments for
a function call.

Reviewed By: yfeldblum

Differential Revision: D3681499

fbshipit-source-id: a75a448636759f71db8d303e9dccada5b559af54
folly/ApplyTuple.h
folly/test/ApplyTupleTest.cpp