Add folly::applyTuple utility
authorJordan DeLong <jdelong@fb.com>
Sat, 14 Jul 2012 22:57:32 +0000 (15:57 -0700)
committerJordan DeLong <jdelong@fb.com>
Thu, 2 Aug 2012 08:54:23 +0000 (01:54 -0700)
commit9aa33f6ae63248816b9b5d7286f2d1740027d1d3
tree220b333768280824705f3be09bd31451ab977ca6
parent57bb532f321f5a5a8a5b9fd0c0803302c03df3c7
Add folly::applyTuple utility

Summary: Applies a function to a std::tuple of arguments.

Test Plan: Unit test.

Reviewed By: tjackson@fb.com

FB internal diff: D520190
folly/ApplyTuple.h [new file with mode: 0644]
folly/test/ApplyTupleTest.cpp [new file with mode: 0644]