template <typename Other>
struct IsCompatibleAnyInvocable
Defined at line 646 of file ../../third_party/abseil-cpp/absl/functional/internal/any_invocable.h
///////////////////////////////////////////////////////////////////////////
Type trait to determine if the template argument is an AnyInvocable whose
function type is compatible enough with ours such that we can
"move the guts" out of it when moving, rather than having to place a new
object into remote storage.
Public Members
static const bool value