Trait testing whether F is nothrow‐invocable with the elements of Tuple.
Synopsis
Declared in <folly/functional/ApplyTuple.h>
template<
typename F,
typename Tuple>
using is_nothrow_applicable = is_nothrow_invocable<ApplyInvoke, F, Tuple>;
Created with MrDocs