Trait testing whether F is invocable with the elements of Tuple.
F
Tuple
Declared in <folly/functional/ApplyTuple.h>
<folly/functional/ApplyTuple.h>
template< typename F, typename Tuple> using is_applicable = is_invocable<ApplyInvoke, F, Tuple>;