template <typename, typename = void>
struct IsNullabilityCompatible
Defined at line 32 of file ../../third_party/abseil-cpp/absl/base/internal/nullability_impl.h
`IsNullabilityCompatible` checks whether its first argument is a class
explicitly tagged as supporting nullability annotations. The tag is the type
declaration `absl_nullability_compatible`.