folly::is_applicable

Trait testing whether F is invocable with the elements of Tuple.

Synopsis

Declared in <folly/functional/ApplyTuple.h>

template<
    typename F,
    typename Tuple>
using is_applicable = is_invocable<ApplyInvoke, F, Tuple>;