eachToTuple<Types...>()
authorTom Jackson <tjackson@fb.com>
Wed, 29 May 2013 01:17:37 +0000 (18:17 -0700)
committerOwen Yamauchi <oyamauchi@fb.com>
Mon, 3 Jun 2013 19:23:32 +0000 (12:23 -0700)
commitdb54a9093e24d174bd8ec5c36e0ad9da04514e6c
treed1beca4d44f4295ab1ad33675a80c1b78e6e9c8d
parentc1c28d91824242c8fb8d792b63e0072d078b85c8
eachToTuple<Types...>()

Summary: For parsing records. `eachToPair` might be a worthwhile specialization.

Test Plan: Unit tests, benchmarks maybe?

Reviewed By: antoine@fb.com

FB internal diff: D827441
folly/experimental/Gen.h
folly/experimental/StringGen-inl.h
folly/experimental/StringGen.h
folly/experimental/test/GenBenchmark.cpp
folly/experimental/test/GenTest.cpp