struct uses_inheritance

Defined at line 72 of file ../../third_party/abseil-cpp/absl/container/internal/compressed_tuple.h

We can't use EBCO on other CompressedTuples because that would mean that we

derive from multiple Storage

<

> instantiations with the same I parameter,

and potentially from multiple identical Storage

<

> instantiations. So anytime

we use type inheritance rather than encapsulation, we mark

CompressedTupleImpl, to make this easy to detect.