Home
last modified time | relevance | path

Searched refs:is_invocable (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/third-party/folly/folly/functional/
DInvoke.h19 struct is_invocable : std::false_type {}; struct
22 struct is_invocable<void_t<invoke_result_<F, Args...>>, F, Args...>
35 struct is_invocable : invoke_detail::is_invocable<void, F, Args...> {};
/rocksdb-6.9/third-party/folly/folly/synchronization/detail/
DInlineFunctionRef.h173 static_assert(is_invocable<const _t<std::decay<Func>>, Args&&...>{}, ""); in construct()